#80DDDD

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

Shades of Spray #80DDDD

Tints of Spray #80DDDD

Color information

#80DDDD (or 0x80DDDD) is unknown color: approx Spray. HEX triplet: 80, DD and DD. RGB value is (128,221,221). Sum of RGB (Red+Green+Blue) = 128+221+221=570 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.46% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #80DDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DDDD is #7F2222. Grayscale: #C1C1C1. Windows color (decimal): -8331811 or 14540160. OLE color: 14540160.

HSL color Cylindrical-coordinate representation of color #80DDDD: hue angle of 180º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DDDD is Cyan = 0.42, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB128221221-
CMYK0.42000.13
HSL180º57.76%68.43%-
HSV(B)180º42.08%86.67%-
XYZ47.8161.5277.76-
YUV193.19143.6981.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.46%
GREEN value IS 221 (86.72% from 255) = 38.77%
BLUE value IS 221 (86.72% from 255) = 38.77%
R=22.46%
G=38.77%
B=38.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282212210.42000.1318057.7668.43
Hex80DDDD2A00Db43a44
Octal20033533552001526472104
Binary100000001101110111011101101010001101101101001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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