#81AD9D

Color #81AD9D Sea Nymph (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Nymph #81AD9D

Tints of Sea Nymph #81AD9D

Color information

#81AD9D (or 0x81AD9D) is unknown color: approx 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

RGB129173157-
CMYK0.2500.090.32
HSL158.18º21.15%59.22%-
HSV(B)158.18º25.43%67.84%-
XYZ30.0836.9937.45-
YUV158.02127.42107.3-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.10%
GREEN value IS 173 (67.97% from 255) = 37.69%
BLUE value IS 157 (61.72% from 255) = 34.20%
R=28.10%
G=37.69%
B=34.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1291731570.2500.090.32158.1821.1559.22
Hex81AD9D1909209e153b
Octal20125523531011402362573
Binary10000001101011011001110111001010011000001001111010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>