#82DDDC

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

Shades of Spray #82DDDC

Tints of Spray #82DDDC

Color information

#82DDDC (or 0x82DDDC) is unknown color: approx Spray. HEX triplet: 82, DD and DC. RGB value is (130,221,220). Sum of RGB (Red+Green+Blue) = 130+221+220=571 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.77% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 221 - color contains mainly: green. Hex color #82DDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DDDC is #7D2223. Grayscale: #C1C1C1. Windows color (decimal): -8200740 or 14474626. OLE color: 14474626.

HSL color Cylindrical-coordinate representation of color #82DDDC: hue angle of 179.34º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82DDDC is Cyan = 0.41, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB130221220-
CMYK0.4100.000.13
HSL179.34º57.23%68.82%-
HSV(B)179.34º41.18%86.67%-
XYZ47.9861.6377.08-
YUV193.68142.8582.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.77%
GREEN value IS 221 (86.72% from 255) = 38.70%
BLUE value IS 220 (86.33% from 255) = 38.53%
R=22.77%
G=38.70%
B=38.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1302212200.4100.000.13179.3457.2368.82
Hex82DDDC2900Db33945
Octal20233533451001526371105
Binary100000101101110111011100101001001101101100111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82DDDC; }

 p { color: rgb(130,221,220); }

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

<style>
 a { background-color: #82DDDC; }

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

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

<style>
 span { border-color: #82DDDC; }

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

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