#80D5D4

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

Shades of Spray #80D5D4

Tints of Spray #80D5D4

Color information

#80D5D4 (or 0x80D5D4) is unknown color: approx Spray. HEX triplet: 80, D5 and D4. RGB value is (128,213,212). Sum of RGB (Red+Green+Blue) = 128+213+212=553 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.15% from 553); Green value is 213 (83.59% from 255 or 38.52% from 553); Blue value is 212 (83.20% from 255 or 38.34% from 553); Max value from RGB is 213 - color contains mainly: green. Hex color #80D5D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D5D4 is #7F2A2B. Grayscale: #BBBBBB. Windows color (decimal): -8333868 or 13948288. OLE color: 13948288.

HSL color Cylindrical-coordinate representation of color #80D5D4: hue angle of 179.29º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80D5D4 is Cyan = 0.40, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB128213212-
CMYK0.4000.000.16
HSL179.29º50.3%66.86%-
HSV(B)179.29º39.91%83.53%-
XYZ44.5856.9370.93-
YUV187.47141.8485.58-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.15%
GREEN value IS 213 (83.59% from 255) = 38.52%
BLUE value IS 212 (83.20% from 255) = 38.34%
R=23.15%
G=38.52%
B=38.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1282132120.4000.000.16179.2950.366.86
Hex80D5D4280010b33243
Octal20032532450002026362103
Binary1000000011010101110101001010000010000101100111100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D5D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,213,212); }

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

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

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

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

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

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

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