Html Css Color HEX #82AD9D Sea Nymph

📋 copy color: '#82AD9D'

red 130 ◦ green 173 ◦ blue 157

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

Shades of Sea Nymph #82AD9D

Tints of Sea Nymph #82AD9D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.61%

 BLUE value IS 157 (61.72% from 255) = 34.13%

R = 28.26%
G = 37.61%
B = 34.13%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#82AD9D (or 0x82AD9D) is known color: Sea Nymph. HEX triplet: 82, AD and 9D. RGB value is (130,173,157). Sum of RGB (Red+Green+Blue) = 130+173+157=460 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.26% from 460); Green value is 173 (67.97% from 255 or 37.61% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 173 - color contains mainly: green. Hex color #82AD9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82AD9D is #7D5262. Grayscale: #9E9E9E. Windows color (decimal): -8213091 or 10333570. OLE color: 10333570.

HSL color Cylindrical-coordinate representation of color #82AD9D: hue angle of 157.67º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #82AD9D is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 130 173 157 -
CMYK 0.25 0 0.09 0.32
HSL 157.67º 0.21% 0.59% -
HSV(B) 157.67º 0.25% 0.68% -
XYZ 30.24 37.07 37.46 -
YUV 158.32 127.25 107.8 -
System Red Green Blue C M Y K H S L
Decimal 130 173 157 0.25 0 0.09 0.32 157.67 0.21 0.59
Hex 82 AD 9D 19 0 9 20 9E 15 3B
Octal 202 255 235 31 0 11 40 236 25 73
Binary 10000010 10101101 10011101 11001 0 1001 100000 10011110 10101 111011

Color Harmonies of #82AD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AD9D

Black with #82AD9D

Text Example


Text Example

White with #82AD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,173,157); }

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

background-color css

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

 a { background-color: rgb(130,173,157); }

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

border-color css

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

 span { border-color: rgb(130,173,157); }

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