#82AAA1

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

Shades of Sea Nymph #82AAA1

Tints of Sea Nymph #82AAA1

Color information

#82AAA1 (or 0x82AAA1) is unknown color: approx Sea Nymph. HEX triplet: 82, AA and A1. RGB value is (130,170,161). Sum of RGB (Red+Green+Blue) = 130+170+161=461 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.20% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 161 (63.28% from 255 or 34.92% from 461); Max value from RGB is 170 - color contains mainly: green. Hex color #82AAA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82AAA1 is #7D555E. Grayscale: #9D9D9D. Windows color (decimal): -8213855 or 10594946. OLE color: 10594946.

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

Color convert

RGB130170161-
CMYK0.2400.050.33
HSL166.5º19.05%58.82%-
HSV(B)166.5º23.53%66.67%-
XYZ30.0136.0739.1-
YUV157.01130.25108.73-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.20%
GREEN value IS 170 (66.80% from 255) = 36.88%
BLUE value IS 161 (63.28% from 255) = 34.92%
R=28.20%
G=36.88%
B=34.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301701610.2400.050.33166.519.0558.82
Hex82AAA1180521a6133b
Octal2022522413005412462373
Binary1000001010101010101000011100001011000011010011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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