#81ABA7

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

Shades of Gulf Stream #81ABA7

Tints of Gulf Stream #81ABA7

Color information

#81ABA7 (or 0x81ABA7) is unknown color: approx Gulf Stream. HEX triplet: 81, AB and A7. RGB value is (129,171,167). Sum of RGB (Red+Green+Blue) = 129+171+167=467 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.62% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 167 (65.62% from 255 or 35.76% from 467); Max value from RGB is 171 - color contains mainly: green. Hex color #81ABA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81ABA7 is #7E5458. Grayscale: #9D9D9D. Windows color (decimal): -8279129 or 10988417. OLE color: 10988417.

HSL color Cylindrical-coordinate representation of color #81ABA7: hue angle of 174.29º 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 #81ABA7 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB129171167-
CMYK0.2500.020.33
HSL174.29º20%58.82%-
HSV(B)174.29º24.56%67.06%-
XYZ30.5936.5842.01-
YUV157.99133.09107.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.62%
GREEN value IS 171 (67.19% from 255) = 36.62%
BLUE value IS 167 (65.62% from 255) = 35.76%
R=27.62%
G=36.62%
B=35.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291711670.2500.020.33174.292058.82
Hex81ABA7190221ae143b
Octal2012532473102412562473
Binary100000011010101110100111110010101000011010111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81ABA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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