#81B5AE

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

Shades of Gulf Stream #81B5AE

Tints of Gulf Stream #81B5AE

Color information

#81B5AE (or 0x81B5AE) is unknown color: approx Gulf Stream. HEX triplet: 81, B5 and AE. RGB value is (129,181,174). Sum of RGB (Red+Green+Blue) = 129+181+174=484 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.65% from 484); Green value is 181 (71.09% from 255 or 37.40% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 181 - color contains mainly: green. Hex color #81B5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B5AE is #7E4A51. Grayscale: #A4A4A4. Windows color (decimal): -8276562 or 11449729. OLE color: 11449729.

HSL color Cylindrical-coordinate representation of color #81B5AE: hue angle of 171.92º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #81B5AE is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB129181174-
CMYK0.2900.040.29
HSL171.92º26%60.78%-
HSV(B)171.92º28.73%70.98%-
XYZ33.2240.7746.16-
YUV164.65133.27102.57-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.65%
GREEN value IS 181 (71.09% from 255) = 37.40%
BLUE value IS 174 (68.36% from 255) = 35.95%
R=26.65%
G=37.40%
B=35.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1291811740.2900.040.29171.922660.78
Hex81B5AE1D041Dac1a3d
Octal2012652563504352543275
Binary100000011011010110101110111010100111011010110011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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