#82BBA9

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

Shades of Sea Nymph #82BBA9

Tints of Sea Nymph #82BBA9

Color information

#82BBA9 (or 0x82BBA9) is unknown color: approx Sea Nymph. HEX triplet: 82, BB and A9. RGB value is (130,187,169). Sum of RGB (Red+Green+Blue) = 130+187+169=486 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.75% from 486); Green value is 187 (73.44% from 255 or 38.48% from 486); Blue value is 169 (66.41% from 255 or 34.77% from 486); Max value from RGB is 187 - color contains mainly: green. Hex color #82BBA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BBA9 is #7D4456. Grayscale: #A7A7A7. Windows color (decimal): -8209495 or 11123586. OLE color: 11123586.

HSL color Cylindrical-coordinate representation of color #82BBA9: hue angle of 161.05º degrees, saturation: 0.3, 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 #82BBA9 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB130187169-
CMYK0.3000.100.27
HSL161.05º29.53%62.16%-
HSV(B)161.05º30.48%73.33%-
XYZ34.1443.1544.07-
YUV167.9128.62100.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.75%
GREEN value IS 187 (73.44% from 255) = 38.48%
BLUE value IS 169 (66.41% from 255) = 34.77%
R=26.75%
G=38.48%
B=34.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301871690.3000.100.27161.0529.5362.16
Hex82BBA91E0A1Ba11e3e
Octal20227325136012332413676
Binary1000001010111011101010011111001010110111010000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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