#82AAA4

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

Shades of Sea Nymph #82AAA4

Tints of Sea Nymph #82AAA4

Color information

#82AAA4 (or 0x82AAA4) is unknown color: approx Sea Nymph. HEX triplet: 82, AA and A4. RGB value is (130,170,164). Sum of RGB (Red+Green+Blue) = 130+170+164=464 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.02% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 164 (64.45% from 255 or 35.34% from 464); Max value from RGB is 170 - color contains mainly: green. Hex color #82AAA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82AAA4 is #7D555B. Grayscale: #9D9D9D. Windows color (decimal): -8213852 or 10791554. OLE color: 10791554.

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

Color convert

RGB130170164-
CMYK0.2400.040.33
HSL171º19.05%58.82%-
HSV(B)171º23.53%66.67%-
XYZ30.2836.1840.51-
YUV157.36131.75108.49-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.02%
GREEN value IS 170 (66.80% from 255) = 36.64%
BLUE value IS 164 (64.45% from 255) = 35.34%
R=28.02%
G=36.64%
B=35.34%

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
Decimal1301701640.2400.040.3317119.0558.82
Hex82AAA4180421ab133b
Octal2022522443004412532373
Binary1000001010101010101001001100001001000011010101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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