#81ADAA

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

Shades of Neptune #81ADAA

Tints of Neptune #81ADAA

Color information

#81ADAA (or 0x81ADAA) is unknown color: approx Neptune. HEX triplet: 81, AD and AA. RGB value is (129,173,170). Sum of RGB (Red+Green+Blue) = 129+173+170=472 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.33% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 173 - color contains mainly: green. Hex color #81ADAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81ADAA is #7E5255. Grayscale: #9F9F9F. Windows color (decimal): -8278614 or 11185537. OLE color: 11185537.

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

Color convert

RGB129173170-
CMYK0.2500.020.32
HSL175.91º21.15%59.22%-
HSV(B)175.91º25.43%67.84%-
XYZ31.2537.4643.61-
YUV159.5133.92106.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.33%
GREEN value IS 173 (67.97% from 255) = 36.65%
BLUE value IS 170 (66.80% from 255) = 36.02%
R=27.33%
G=36.65%
B=36.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1291731700.2500.020.32175.9121.1559.22
Hex81ADAA190220b0153b
Octal2012552523102402602573
Binary100000011010110110101010110010101000001011000010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81ADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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