Html Css Color HEX #82AB9F Sea Nymph

📋 copy color: '#82AB9F'

red 130 ◦ green 171 ◦ blue 159

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

Shades of Sea Nymph #82AB9F

Tints of Sea Nymph #82AB9F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.17%

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

R = 28.26%
G = 37.17%
B = 34.57%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#82AB9F (or 0x82AB9F) is known color: Sea Nymph. HEX triplet: 82, AB and 9F. RGB value is (130,171,159). Sum of RGB (Red+Green+Blue) = 130+171+159=460 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.26% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 159 (62.5% from 255 or 34.57% from 460); Max value from RGB is 171 - color contains mainly: green. Hex color #82AB9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82AB9F is #7D5460. Grayscale: #9D9D9D. Windows color (decimal): -8213601 or 10464130. OLE color: 10464130.

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

Color convert

RGB 130 171 159 -
CMYK 0.24 0 0.07 0.33
HSL 162.44º 0.2% 0.59% -
HSV(B) 162.44º 0.24% 0.67% -
XYZ 30.03 36.37 38.24 -
YUV 157.37 128.92 108.48 -
System Red Green Blue C M Y K H S L
Decimal 130 171 159 0.24 0 0.07 0.33 162.44 0.2 0.59
Hex 82 AB 9F 18 0 7 21 A2 14 3B
Octal 202 253 237 30 0 7 41 242 24 73
Binary 10000010 10101011 10011111 11000 0 111 100001 10100010 10100 111011

Color Harmonies of #82AB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AB9F

Black with #82AB9F

Text Example


Text Example

White with #82AB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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