Html Css Color HEX #82AAA1 Sea Nymph

📋 copy color: '#82AAA1'

red 130 ◦ green 170 ◦ blue 161

#82AAA1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Nymph #82AAA1

Tints of Sea Nymph #82AAA1

RGB

 RED value IS 130 (51.17% from 255) = 28.2%

 GREEN value IS 170 (66.8% from 255) = 36.88%

 BLUE value IS 161 (63.28% from 255) = 34.92%

R = 28.2%
G = 36.88%
B = 34.92%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#82AAA1 (or 0x82AAA1) is known color: Sea Nymph. HEX triplet: 82, AA and A1. RGB value is (130,170,161). Sum of RGB (Red+Green+Blue) = 130+170+161=461 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.20% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 161 (63.28% from 255 or 34.92% from 461); Max value from RGB is 170 - color contains mainly: green. Hex color #82AAA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82AAA1 is #7D555E. Grayscale: #9D9D9D. Windows color (decimal): -8213855 or 10594946. OLE color: 10594946.

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

Color convert

RGB 130 170 161 -
CMYK 0.24 0 0.05 0.33
HSL 166.5º 0.19% 0.59% -
HSV(B) 166.5º 0.24% 0.67% -
XYZ 30.01 36.07 39.1 -
YUV 157.01 130.25 108.73 -
System Red Green Blue C M Y K H S L
Decimal 130 170 161 0.24 0 0.05 0.33 166.5 0.19 0.59
Hex 82 AA A1 18 0 5 21 A6 13 3B
Octal 202 252 241 30 0 5 41 246 23 73
Binary 10000010 10101010 10100001 11000 0 101 100001 10100110 10011 111011

Color Harmonies of #82AAA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AAA1

Black with #82AAA1

Text Example


Text Example

White with #82AAA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #82AAA1;
 }
 .AnyTagClassName
 {
   color: #82AAA1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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