#82ABA1

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

Shades of Sea Nymph #82ABA1

Tints of Sea Nymph #82ABA1

Color information

#82ABA1 (or 0x82ABA1) is unknown color: approx Sea Nymph. HEX triplet: 82, AB and A1. RGB value is (130,171,161). Sum of RGB (Red+Green+Blue) = 130+171+161=462 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.14% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 161 (63.28% from 255 or 34.85% from 462); Max value from RGB is 171 - color contains mainly: green. Hex color #82ABA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82ABA1 is #7D545E. Grayscale: #9D9D9D. Windows color (decimal): -8213599 or 10595202. OLE color: 10595202.

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

Color convert

RGB130171161-
CMYK0.2400.060.33
HSL165.37º19.62%59.02%-
HSV(B)165.37º23.98%67.06%-
XYZ30.236.4439.16-
YUV157.6129.92108.31-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.14%
GREEN value IS 171 (67.19% from 255) = 37.01%
BLUE value IS 161 (63.28% from 255) = 34.85%
R=28.14%
G=37.01%
B=34.85%

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
Decimal1301711610.2400.060.33165.3719.6259.02
Hex82ABA1180621a5143b
Octal2022532413006412452473
Binary1000001010101011101000011100001101000011010010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ABA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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