#82ABA0

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

Shades of Sea Nymph #82ABA0

Tints of Sea Nymph #82ABA0

Color information

#82ABA0 (or 0x82ABA0) is unknown color: approx Sea Nymph. HEX triplet: 82, AB and A0. RGB value is (130,171,160). Sum of RGB (Red+Green+Blue) = 130+171+160=461 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.20% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 171 - color contains mainly: green. Hex color #82ABA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82ABA0 is #7D545F. Grayscale: #9D9D9D. Windows color (decimal): -8213600 or 10529666. OLE color: 10529666.

HSL color Cylindrical-coordinate representation of color #82ABA0: hue angle of 163.9º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #82ABA0 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB130171160-
CMYK0.2400.060.33
HSL163.9º19.62%59.02%-
HSV(B)163.9º23.98%67.06%-
XYZ30.1136.4138.7-
YUV157.49129.42108.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.20%
GREEN value IS 171 (67.19% from 255) = 37.09%
BLUE value IS 160 (62.89% from 255) = 34.71%
R=28.20%
G=37.09%
B=34.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301711600.2400.060.33163.919.6259.02
Hex82ABA0180621a4143b
Octal2022532403006412442473
Binary1000001010101011101000001100001101000011010010010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ABA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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