#81ABA6

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

Shades of Gulf Stream #81ABA6

Tints of Gulf Stream #81ABA6

Color information

#81ABA6 (or 0x81ABA6) is unknown color: approx Gulf Stream. HEX triplet: 81, AB and A6. RGB value is (129,171,166). Sum of RGB (Red+Green+Blue) = 129+171+166=466 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.68% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 166 (65.23% from 255 or 35.62% from 466); Max value from RGB is 171 - color contains mainly: green. Hex color #81ABA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81ABA6 is #7E5459. Grayscale: #9D9D9D. Windows color (decimal): -8279130 or 10922881. OLE color: 10922881.

HSL color Cylindrical-coordinate representation of color #81ABA6: hue angle of 172.86º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #81ABA6 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB129171166-
CMYK0.2500.030.33
HSL172.86º20%58.82%-
HSV(B)172.86º24.56%67.06%-
XYZ30.536.5541.52-
YUV157.87132.59107.41-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.68%
GREEN value IS 171 (67.19% from 255) = 36.70%
BLUE value IS 166 (65.23% from 255) = 35.62%
R=27.68%
G=36.70%
B=35.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291711660.2500.030.33172.862058.82
Hex81ABA6190321ad143b
Octal2012532463103412552473
Binary100000011010101110100110110010111000011010110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81ABA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,171,166); }

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

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

 a { background-color: rgb(129,171,166); }

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

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

 span { border-color: rgb(129,171,166); }

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