#82BAA8

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

Shades of Sea Nymph #82BAA8

Tints of Sea Nymph #82BAA8

Color information

#82BAA8 (or 0x82BAA8) is unknown color: approx Sea Nymph. HEX triplet: 82, BA and A8. RGB value is (130,186,168). Sum of RGB (Red+Green+Blue) = 130+186+168=484 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.86% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 168 (66.02% from 255 or 34.71% from 484); Max value from RGB is 186 - color contains mainly: green. Hex color #82BAA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BAA8 is #7D4557. Grayscale: #A7A7A7. Windows color (decimal): -8209752 or 11057794. OLE color: 11057794.

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

Color convert

RGB130186168-
CMYK0.3000.100.27
HSL160.71º28.87%61.96%-
HSV(B)160.71º30.11%72.94%-
XYZ33.8342.6943.5-
YUV167.2128.45101.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.86%
GREEN value IS 186 (73.05% from 255) = 38.43%
BLUE value IS 168 (66.02% from 255) = 34.71%
R=26.86%
G=38.43%
B=34.71%

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
Decimal1301861680.3000.100.27160.7128.8761.96
Hex82BAA81E0A1Ba11d3e
Octal20227225036012332413576
Binary1000001010111010101010001111001010110111010000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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