#82B49F

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

Shades of Sea Nymph #82B49F

Tints of Sea Nymph #82B49F

Color information

#82B49F (or 0x82B49F) is unknown color: approx Sea Nymph. HEX triplet: 82, B4 and 9F. RGB value is (130,180,159). Sum of RGB (Red+Green+Blue) = 130+180+159=469 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.72% from 469); Green value is 180 (70.70% from 255 or 38.38% from 469); Blue value is 159 (62.5% from 255 or 33.90% from 469); Max value from RGB is 180 - color contains mainly: green. Hex color #82B49F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82B49F is #7D4B60. Grayscale: #A2A2A2. Windows color (decimal): -8211297 or 10466434. OLE color: 10466434.

HSL color Cylindrical-coordinate representation of color #82B49F: hue angle of 154.8º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #82B49F is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB130180159-
CMYK0.2800.120.29
HSL154.8º25%60.78%-
HSV(B)154.8º27.78%70.59%-
XYZ31.7939.8938.83-
YUV162.66125.94104.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.72%
GREEN value IS 180 (70.70% from 255) = 38.38%
BLUE value IS 159 (62.5% from 255) = 33.90%
R=27.72%
G=38.38%
B=33.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1301801590.2800.120.29154.82560.78
Hex82B49F1C0C1D9b193d
Octal20226423734014352333175
Binary1000001010110100100111111110001100111011001101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,180,159); }

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

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

 a { background-color: rgb(130,180,159); }

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

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

 span { border-color: rgb(130,180,159); }

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