#82BAA9

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

Shades of Sea Nymph #82BAA9

Tints of Sea Nymph #82BAA9

Color information

#82BAA9 (or 0x82BAA9) is unknown color: approx Sea Nymph. HEX triplet: 82, BA and A9. RGB value is (130,186,169). Sum of RGB (Red+Green+Blue) = 130+186+169=485 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.80% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 169 (66.41% from 255 or 34.85% from 485); Max value from RGB is 186 - color contains mainly: green. Hex color #82BAA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BAA9 is #7D4556. Grayscale: #A7A7A7. Windows color (decimal): -8209751 or 11123330. OLE color: 11123330.

HSL color Cylindrical-coordinate representation of color #82BAA9: hue angle of 161.79º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #82BAA9 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB130186169-
CMYK0.3000.090.27
HSL161.79º28.87%61.96%-
HSV(B)161.79º30.11%72.94%-
XYZ33.9342.7344-
YUV167.32128.95101.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.80%
GREEN value IS 186 (73.05% from 255) = 38.35%
BLUE value IS 169 (66.41% from 255) = 34.85%
R=26.80%
G=38.35%
B=34.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301861690.3000.090.27161.7928.8761.96
Hex82BAA91E091Ba21d3e
Octal20227225136011332423576
Binary1000001010111010101010011111001001110111010001011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,186,169); }

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

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

 a { background-color: rgb(130,186,169); }

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

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

 span { border-color: rgb(130,186,169); }

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