#80D0CF

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

Shades of Spray #80D0CF

Tints of Spray #80D0CF

Color information

#80D0CF (or 0x80D0CF) is unknown color: approx Spray. HEX triplet: 80, D0 and CF. RGB value is (128,208,207). Sum of RGB (Red+Green+Blue) = 128+208+207=543 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.57% from 543); Green value is 208 (81.64% from 255 or 38.31% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 208 - color contains mainly: green. Hex color #80D0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D0CF is #7F2F30. Grayscale: #B7B7B7. Windows color (decimal): -8335153 or 13619328. OLE color: 13619328.

HSL color Cylindrical-coordinate representation of color #80D0CF: hue angle of 179.25º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80D0CF is Cyan = 0.38, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB128208207-
CMYK0.3800.000.18
HSL179.25º45.98%65.88%-
HSV(B)179.25º38.46%81.57%-
XYZ42.7254.2167.24-
YUV183.9714188.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.57%
GREEN value IS 208 (81.64% from 255) = 38.31%
BLUE value IS 207 (81.25% from 255) = 38.12%
R=23.57%
G=38.31%
B=38.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1282082070.3800.000.18179.2545.9865.88
Hex80D0CF260012b32e42
Octal20032031746002226356102
Binary1000000011010000110011111001100010010101100111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,208,207); }

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

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

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

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

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

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

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