Html Css Color HEX #81AD9D Sea Nymph

📋 copy color: '#81AD9D'

red 129 ◦ green 173 ◦ blue 157

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

Shades of Sea Nymph #81AD9D

Tints of Sea Nymph #81AD9D

RGB

 RED value IS 129 (50.78% from 255) = 28.1%

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

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

R = 28.1%
G = 37.69%
B = 34.2%

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

#81AD9D (or 0x81AD9D) is known color: Sea Nymph. HEX triplet: 81, AD and 9D. RGB value is (129,173,157). Sum of RGB (Red+Green+Blue) = 129+173+157=459 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.10% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 173 - color contains mainly: green. Hex color #81AD9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81AD9D is #7E5262. Grayscale: #9E9E9E. Windows color (decimal): -8278627 or 10333569. OLE color: 10333569.

HSL color Cylindrical-coordinate representation of color #81AD9D: hue angle of 158.18º 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 #81AD9D is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 129 173 157 -
CMYK 0.25 0 0.09 0.32
HSL 158.18º 0.21% 0.59% -
HSV(B) 158.18º 0.25% 0.68% -
XYZ 30.08 36.99 37.45 -
YUV 158.02 127.42 107.3 -
System Red Green Blue C M Y K H S L
Decimal 129 173 157 0.25 0 0.09 0.32 158.18 0.21 0.59
Hex 81 AD 9D 19 0 9 20 9E 15 3B
Octal 201 255 235 31 0 11 40 236 25 73
Binary 10000001 10101101 10011101 11001 0 1001 100000 10011110 10101 111011

Color Harmonies of #81AD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AD9D

Black with #81AD9D

Text Example


Text Example

White with #81AD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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