#81B1AA

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

Shades of Gulf Stream #81B1AA

Tints of Gulf Stream #81B1AA

Color information

#81B1AA (or 0x81B1AA) is unknown color: approx Gulf Stream. HEX triplet: 81, B1 and AA. RGB value is (129,177,170). Sum of RGB (Red+Green+Blue) = 129+177+170=476 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.10% from 476); Green value is 177 (69.53% from 255 or 37.18% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 177 - color contains mainly: green. Hex color #81B1AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81B1AA is #7E4E55. Grayscale: #A1A1A1. Windows color (decimal): -8277590 or 11186561. OLE color: 11186561.

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

Color convert

RGB129177170-
CMYK0.2700.040.31
HSL171.25º23.53%60%-
HSV(B)171.25º27.12%69.41%-
XYZ32.0339.0143.87-
YUV161.85132.6104.57-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.10%
GREEN value IS 177 (69.53% from 255) = 37.18%
BLUE value IS 170 (66.80% from 255) = 35.71%
R=27.10%
G=37.18%
B=35.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1291771700.2700.040.31171.2523.5360
Hex81B1AA1B041Fab183c
Octal2012612523304372533074
Binary100000011011000110101010110110100111111010101111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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