#82B19D

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

Shades of Sea Nymph #82B19D

Tints of Sea Nymph #82B19D

Color information

#82B19D (or 0x82B19D) is unknown color: approx Sea Nymph. HEX triplet: 82, B1 and 9D. RGB value is (130,177,157). Sum of RGB (Red+Green+Blue) = 130+177+157=464 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.02% from 464); Green value is 177 (69.53% from 255 or 38.15% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 177 - color contains mainly: green. Hex color #82B19D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82B19D is #7D4E62. Grayscale: #A0A0A0. Windows color (decimal): -8212067 or 10334594. OLE color: 10334594.

HSL color Cylindrical-coordinate representation of color #82B19D: hue angle of 154.47º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #82B19D is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB130177157-
CMYK0.2700.110.31
HSL154.47º23.15%60.2%-
HSV(B)154.47º26.55%69.41%-
XYZ31.0138.6237.72-
YUV160.67125.93106.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.02%
GREEN value IS 177 (69.53% from 255) = 38.15%
BLUE value IS 157 (61.72% from 255) = 33.84%
R=28.02%
G=38.15%
B=33.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1301771570.2700.110.31154.4723.1560.2
Hex82B19D1B0B1F9a173c
Octal20226123533013372322774
Binary1000001010110001100111011101101011111111001101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,177,157); }

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

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

 a { background-color: rgb(130,177,157); }

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

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

 span { border-color: rgb(130,177,157); }

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