Html Css Color HEX #82AA9F Sea Nymph

📋 copy color: '#82AA9F'

red 130 ◦ green 170 ◦ blue 159

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

Shades of Sea Nymph #82AA9F

Tints of Sea Nymph #82AA9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 34.64%

R = 28.32%
G = 37.04%
B = 34.64%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#82AA9F (or 0x82AA9F) is known color: Sea Nymph. HEX triplet: 82, AA and 9F. RGB value is (130,170,159). Sum of RGB (Red+Green+Blue) = 130+170+159=459 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.32% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 159 (62.5% from 255 or 34.64% from 459); Max value from RGB is 170 - color contains mainly: green. Hex color #82AA9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82AA9F is #7D5560. Grayscale: #9C9C9C. Windows color (decimal): -8213857 or 10463874. OLE color: 10463874.

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

Color convert

RGB 130 170 159 -
CMYK 0.24 0 0.06 0.33
HSL 163.5º 0.19% 0.59% -
HSV(B) 163.5º 0.24% 0.67% -
XYZ 29.84 36 38.18 -
YUV 156.79 129.25 108.89 -
System Red Green Blue C M Y K H S L
Decimal 130 170 159 0.24 0 0.06 0.33 163.5 0.19 0.59
Hex 82 AA 9F 18 0 6 21 A4 13 3B
Octal 202 252 237 30 0 6 41 244 23 73
Binary 10000010 10101010 10011111 11000 0 110 100001 10100100 10011 111011

Color Harmonies of #82AA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AA9F

Black with #82AA9F

Text Example


Text Example

White with #82AA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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