#81AFAD

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

Shades of Neptune #81AFAD

Tints of Neptune #81AFAD

Color information

#81AFAD (or 0x81AFAD) is unknown color: approx Neptune. HEX triplet: 81, AF and AD. RGB value is (129,175,173). Sum of RGB (Red+Green+Blue) = 129+175+173=477 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.04% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 175 - color contains mainly: green. Hex color #81AFAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81AFAD is #7E5052. Grayscale: #A0A0A0. Windows color (decimal): -8278099 or 11382657. OLE color: 11382657.

HSL color Cylindrical-coordinate representation of color #81AFAD: hue angle of 177.39º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #81AFAD is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB129175173-
CMYK0.2600.010.31
HSL177.39º22.33%59.61%-
HSV(B)177.39º26.29%68.63%-
XYZ31.9338.3445.25-
YUV161.02134.76105.16-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.04%
GREEN value IS 175 (68.75% from 255) = 36.69%
BLUE value IS 173 (67.97% from 255) = 36.27%
R=27.04%
G=36.69%
B=36.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1291751730.2600.010.31177.3922.3359.61
Hex81AFAD1A011Fb1163c
Octal2012572553201372612674
Binary1000000110101111101011011101001111111011000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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