#81AEA9

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

Shades of Gulf Stream #81AEA9

Tints of Gulf Stream #81AEA9

Color information

#81AEA9 (or 0x81AEA9) is unknown color: approx Gulf Stream. HEX triplet: 81, AE and A9. RGB value is (129,174,169). Sum of RGB (Red+Green+Blue) = 129+174+169=472 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.33% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 169 (66.41% from 255 or 35.81% from 472); Max value from RGB is 174 - color contains mainly: green. Hex color #81AEA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81AEA9 is #7E5156. Grayscale: #9F9F9F. Windows color (decimal): -8278359 or 11120257. OLE color: 11120257.

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

Color convert

RGB129174169-
CMYK0.2600.030.32
HSL173.33º21.74%59.41%-
HSV(B)173.33º25.86%68.24%-
XYZ31.3537.843.18-
YUV159.98133.09105.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.33%
GREEN value IS 174 (68.36% from 255) = 36.86%
BLUE value IS 169 (66.41% from 255) = 35.81%
R=27.33%
G=36.86%
B=35.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1291741690.2600.030.32173.3321.7459.41
Hex81AEA91A0320ad163b
Octal2012562513203402552673
Binary100000011010111010101001110100111000001010110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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