#82B1A3

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

Shades of Sea Nymph #82B1A3

Tints of Sea Nymph #82B1A3

Color information

#82B1A3 (or 0x82B1A3) is unknown color: approx Sea Nymph. HEX triplet: 82, B1 and A3. RGB value is (130,177,163). Sum of RGB (Red+Green+Blue) = 130+177+163=470 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.66% from 470); Green value is 177 (69.53% from 255 or 37.66% from 470); Blue value is 163 (64.06% from 255 or 34.68% from 470); Max value from RGB is 177 - color contains mainly: green. Hex color #82B1A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82B1A3 is #7D4E5C. Grayscale: #A1A1A1. Windows color (decimal): -8212061 or 10727810. OLE color: 10727810.

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

Color convert

RGB130177163-
CMYK0.2700.080.31
HSL162.13º23.15%60.2%-
HSV(B)162.13º26.55%69.41%-
XYZ31.5438.8340.48-
YUV161.35128.93105.64-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.66%
GREEN value IS 177 (69.53% from 255) = 37.66%
BLUE value IS 163 (64.06% from 255) = 34.68%
R=27.66%
G=37.66%
B=34.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1301771630.2700.080.31162.1323.1560.2
Hex82B1A31B081Fa2173c
Octal20226124333010372422774
Binary1000001010110001101000111101101000111111010001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B1A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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