#82ACA0

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

Shades of Sea Nymph #82ACA0

Tints of Sea Nymph #82ACA0

Color information

#82ACA0 (or 0x82ACA0) is unknown color: approx Sea Nymph. HEX triplet: 82, AC and A0. RGB value is (130,172,160). Sum of RGB (Red+Green+Blue) = 130+172+160=462 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.14% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 160 (62.89% from 255 or 34.63% from 462); Max value from RGB is 172 - color contains mainly: green. Hex color #82ACA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82ACA0 is #7D535F. Grayscale: #9E9E9E. Windows color (decimal): -8213344 or 10529922. OLE color: 10529922.

HSL color Cylindrical-coordinate representation of color #82ACA0: hue angle of 162.86º 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 #82ACA0 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB130172160-
CMYK0.2400.070.33
HSL162.86º20.19%59.22%-
HSV(B)162.86º24.42%67.45%-
XYZ30.336.7938.76-
YUV158.07129.09107.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.14%
GREEN value IS 172 (67.58% from 255) = 37.23%
BLUE value IS 160 (62.89% from 255) = 34.63%
R=28.14%
G=37.23%
B=34.63%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301721600.2400.070.33162.8620.1959.22
Hex82ACA0180721a3143b
Octal2022542403007412432473
Binary1000001010101100101000001100001111000011010001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ACA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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