#80DFDF

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

Shades of Spray #80DFDF

Tints of Spray #80DFDF

Color information

#80DFDF (or 0x80DFDF) is unknown color: approx Spray. HEX triplet: 80, DF and DF. RGB value is (128,223,223). Sum of RGB (Red+Green+Blue) = 128+223+223=574 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.30% from 574); Green value is 223 (87.5% from 255 or 38.85% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #80DFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DFDF is #7F2020. Grayscale: #C2C2C2. Windows color (decimal): -8331297 or 14671744. OLE color: 14671744.

HSL color Cylindrical-coordinate representation of color #80DFDF: hue angle of 180º 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 #80DFDF is Cyan = 0.43, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB128223223-
CMYK0.43000.13
HSL180º59.75%68.82%-
HSV(B)180º42.6%87.45%-
XYZ48.6162.6979.35-
YUV194.59144.0380.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.30%
GREEN value IS 223 (87.5% from 255) = 38.85%
BLUE value IS 223 (87.5% from 255) = 38.85%
R=22.30%
G=38.85%
B=38.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282232230.43000.1318059.7568.82
Hex80DFDF2B00Db43c45
Octal20033733753001526474105
Binary100000001101111111011111101011001101101101001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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