#81AE9D

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

Shades of Sea Nymph #81AE9D

Tints of Sea Nymph #81AE9D

Color information

#81AE9D (or 0x81AE9D) is unknown color: approx Sea Nymph. HEX triplet: 81, AE and 9D. RGB value is (129,174,157). Sum of RGB (Red+Green+Blue) = 129+174+157=460 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.04% from 460); Green value is 174 (68.36% from 255 or 37.83% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 174 - color contains mainly: green. Hex color #81AE9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81AE9D is #7E5162. Grayscale: #9E9E9E. Windows color (decimal): -8278371 or 10333825. OLE color: 10333825.

HSL color Cylindrical-coordinate representation of color #81AE9D: hue angle of 157.33º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #81AE9D is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB129174157-
CMYK0.2600.100.32
HSL157.33º21.74%59.41%-
HSV(B)157.33º25.86%68.24%-
XYZ30.2837.3737.52-
YUV158.61127.09106.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.04%
GREEN value IS 174 (68.36% from 255) = 37.83%
BLUE value IS 157 (61.72% from 255) = 34.13%
R=28.04%
G=37.83%
B=34.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1291741570.2600.100.32157.3321.7459.41
Hex81AE9D1A0A209d163b
Octal20125623532012402352673
Binary10000001101011101001110111010010101000001001110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #81AE9D;
 }
 .AnyTagClassName
 {
   color: #81AE9D;
 }
</style>
background-color css

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

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

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

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

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

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