#82DDDA

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

Shades of Spray #82DDDA

Tints of Spray #82DDDA

Color information

#82DDDA (or 0x82DDDA) is unknown color: approx Spray. HEX triplet: 82, DD and DA. RGB value is (130,221,218). Sum of RGB (Red+Green+Blue) = 130+221+218=569 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.85% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 221 - color contains mainly: green. Hex color #82DDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DDDA is #7D2225. Grayscale: #C1C1C1. Windows color (decimal): -8200742 or 14343554. OLE color: 14343554.

HSL color Cylindrical-coordinate representation of color #82DDDA: hue angle of 178.02º 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 #82DDDA is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB130221218-
CMYK0.4100.010.13
HSL178.02º57.23%68.82%-
HSV(B)178.02º41.18%86.67%-
XYZ47.7261.5275.69-
YUV193.45141.8582.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.85%
GREEN value IS 221 (86.72% from 255) = 38.84%
BLUE value IS 218 (85.55% from 255) = 38.31%
R=22.85%
G=38.84%
B=38.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1302212180.4100.010.13178.0257.2368.82
Hex82DDDA2901Db23945
Octal20233533251011526271105
Binary100000101101110111011010101001011101101100101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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