#82B1A0

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

Shades of Sea Nymph #82B1A0

Tints of Sea Nymph #82B1A0

Color information

#82B1A0 (or 0x82B1A0) is unknown color: approx Sea Nymph. HEX triplet: 82, B1 and A0. RGB value is (130,177,160). Sum of RGB (Red+Green+Blue) = 130+177+160=467 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.84% from 467); Green value is 177 (69.53% from 255 or 37.90% from 467); Blue value is 160 (62.89% from 255 or 34.26% from 467); Max value from RGB is 177 - color contains mainly: green. Hex color #82B1A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82B1A0 is #7D4E5F. Grayscale: #A1A1A1. Windows color (decimal): -8212064 or 10531202. OLE color: 10531202.

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

Color convert

RGB130177160-
CMYK0.2700.100.31
HSL158.3º23.15%60.2%-
HSV(B)158.3º26.55%69.41%-
XYZ31.2738.7339.08-
YUV161.01127.43105.88-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.84%
GREEN value IS 177 (69.53% from 255) = 37.90%
BLUE value IS 160 (62.89% from 255) = 34.26%
R=27.84%
G=37.90%
B=34.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1301771600.2700.100.31158.323.1560.2
Hex82B1A01B0A1F9e173c
Octal20226124033012372362774
Binary1000001010110001101000001101101010111111001111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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