#81AEAC

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

Shades of Neptune #81AEAC

Tints of Neptune #81AEAC

Color information

#81AEAC (or 0x81AEAC) is unknown color: approx Neptune. HEX triplet: 81, AE and AC. RGB value is (129,174,172). Sum of RGB (Red+Green+Blue) = 129+174+172=475 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.16% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 174 - color contains mainly: green. Hex color #81AEAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81AEAC is #7E5153. Grayscale: #A0A0A0. Windows color (decimal): -8278356 or 11316865. OLE color: 11316865.

HSL color Cylindrical-coordinate representation of color #81AEAC: hue angle of 177.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 #81AEAC is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB129174172-
CMYK0.2600.010.32
HSL177.33º21.74%59.41%-
HSV(B)177.33º25.86%68.24%-
XYZ31.6437.9244.68-
YUV160.32134.59105.66-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.16%
GREEN value IS 174 (68.36% from 255) = 36.63%
BLUE value IS 172 (67.58% from 255) = 36.21%
R=27.16%
G=36.63%
B=36.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1291741720.2600.010.32177.3321.7459.41
Hex81AEAC1A0120b1163b
Octal2012562543201402612673
Binary10000001101011101010110011010011000001011000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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