#82AA9F

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

Shades of Sea Nymph #82AA9F

Tints of Sea Nymph #82AA9F

Color information

#82AA9F (or 0x82AA9F) is unknown color: approx Sea Nymph. HEX triplet: 82, AA and 9F. RGB value is (130,170,159). Sum of RGB (Red+Green+Blue) = 130+170+159=459 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.32% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 159 (62.5% from 255 or 34.64% from 459); Max value from RGB is 170 - color contains mainly: green. Hex color #82AA9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82AA9F is #7D5560. Grayscale: #9C9C9C. Windows color (decimal): -8213857 or 10463874. OLE color: 10463874.

HSL color Cylindrical-coordinate representation of color #82AA9F: hue angle of 163.5º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #82AA9F is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB130170159-
CMYK0.2400.060.33
HSL163.5º19.05%58.82%-
HSV(B)163.5º23.53%66.67%-
XYZ29.843638.18-
YUV156.79129.25108.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.32%
GREEN value IS 170 (66.80% from 255) = 37.04%
BLUE value IS 159 (62.5% from 255) = 34.64%
R=28.32%
G=37.04%
B=34.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301701590.2400.060.33163.519.0558.82
Hex82AA9F180621a3133b
Octal2022522373006412432373
Binary1000001010101010100111111100001101000011010001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,170,159); }

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

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

 a { background-color: rgb(130,170,159); }

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

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

 span { border-color: rgb(130,170,159); }

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