#81AC9E

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

Shades of Sea Nymph #81AC9E

Tints of Sea Nymph #81AC9E

Color information

#81AC9E (or 0x81AC9E) is unknown color: approx Sea Nymph. HEX triplet: 81, AC and 9E. RGB value is (129,172,158). Sum of RGB (Red+Green+Blue) = 129+172+158=459 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.10% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 158 (62.11% from 255 or 34.42% from 459); Max value from RGB is 172 - color contains mainly: green. Hex color #81AC9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81AC9E is #7E5361. Grayscale: #9D9D9D. Windows color (decimal): -8278882 or 10398849. OLE color: 10398849.

HSL color Cylindrical-coordinate representation of color #81AC9E: hue angle of 160.47º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #81AC9E is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB129172158-
CMYK0.2500.080.33
HSL160.47º20.57%59.02%-
HSV(B)160.47º25%67.45%-
XYZ29.9836.6437.84-
YUV157.55128.25107.64-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.10%
GREEN value IS 172 (67.58% from 255) = 37.47%
BLUE value IS 158 (62.11% from 255) = 34.42%
R=28.10%
G=37.47%
B=34.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291721580.2500.080.33160.4720.5759.02
Hex81AC9E190821a0153b
Octal20125423631010412402573
Binary10000001101011001001111011001010001000011010000010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,172,158); }

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

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

 a { background-color: rgb(129,172,158); }

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

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

 span { border-color: rgb(129,172,158); }

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