#82AAA3

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

Shades of Sea Nymph #82AAA3

Tints of Sea Nymph #82AAA3

Color information

#82AAA3 (or 0x82AAA3) is unknown color: approx Sea Nymph. HEX triplet: 82, AA and A3. RGB value is (130,170,163). Sum of RGB (Red+Green+Blue) = 130+170+163=463 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.08% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 163 (64.06% from 255 or 35.21% from 463); Max value from RGB is 170 - color contains mainly: green. Hex color #82AAA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82AAA3 is #7D555C. Grayscale: #9D9D9D. Windows color (decimal): -8213853 or 10726018. OLE color: 10726018.

HSL color Cylindrical-coordinate representation of color #82AAA3: hue angle of 169.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 #82AAA3 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB130170163-
CMYK0.2400.040.33
HSL169.5º19.05%58.82%-
HSV(B)169.5º23.53%66.67%-
XYZ30.1936.1440.03-
YUV157.24131.25108.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.08%
GREEN value IS 170 (66.80% from 255) = 36.72%
BLUE value IS 163 (64.06% from 255) = 35.21%
R=28.08%
G=36.72%
B=35.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301701630.2400.040.33169.519.0558.82
Hex82AAA3180421a9133b
Octal2022522433004412512373
Binary1000001010101010101000111100001001000011010100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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