#80DFDD

Color #80DFDD Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #80DFDD

Tints of Spray #80DFDD

Color information

#80DFDD (or 0x80DFDD) is unknown color: approx Spray. HEX triplet: 80, DF and DD. RGB value is (128,223,221). Sum of RGB (Red+Green+Blue) = 128+223+221=572 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.38% from 572); Green value is 223 (87.5% from 255 or 38.99% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 223 - color contains mainly: green. Hex color #80DFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DFDD is #7F2022. Grayscale: #C2C2C2. Windows color (decimal): -8331299 or 14540672. OLE color: 14540672.

HSL color Cylindrical-coordinate representation of color #80DFDD: hue angle of 178.74º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80DFDD is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB128223221-
CMYK0.4300.010.13
HSL178.74º59.75%68.82%-
HSV(B)178.74º42.6%87.45%-
XYZ48.3462.5977.94-
YUV194.37143.0380.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 128 (50.39% from 255) = 22.38%
GREEN value IS 223 (87.5% from 255) = 38.99%
BLUE value IS 221 (86.72% from 255) = 38.64%
R=22.38%
G=38.99%
B=38.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282232210.4300.010.13178.7459.7568.82
Hex80DFDD2B01Db33c45
Octal20033733553011526374105
Binary100000001101111111011101101011011101101100111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80DFDD; }

 p { color: rgb(128,223,221); }

 H1.HeaderClassName
 {
   color: #80DFDD;
 }
 .AnyTagClassName
 {
   color: #80DFDD;
 }
</style>
background-color css

<style>
 a { background-color: #80DFDD; }

 a { background-color: rgb(128,223,221); }

 div.DivClassName
 {
   background-color: #80DFDD;
 }
 .BgClassName
 {
   background-color: #80DFDD;
 }
</style>
border-color css

<style>
 span { border-color: #80DFDD; }

 span { border-color: rgb(128,223,221); }

 td.TdClassName
 {
   border-color: #80DFDD;
 }
 .TagClassName
 {
   border-color: #80DFDD;
 }
</style>