#81AFAA

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

Shades of Gulf Stream #81AFAA

Tints of Gulf Stream #81AFAA

Color information

#81AFAA (or 0x81AFAA) is unknown color: approx Gulf Stream. HEX triplet: 81, AF and AA. RGB value is (129,175,170). Sum of RGB (Red+Green+Blue) = 129+175+170=474 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.22% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 175 - color contains mainly: green. Hex color #81AFAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81AFAA is #7E5055. Grayscale: #A0A0A0. Windows color (decimal): -8278102 or 11186049. OLE color: 11186049.

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

Color convert

RGB129175170-
CMYK0.2600.030.31
HSL173.48º22.33%59.61%-
HSV(B)173.48º26.29%68.63%-
XYZ31.6438.2343.74-
YUV160.68133.26105.41-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.22%
GREEN value IS 175 (68.75% from 255) = 36.92%
BLUE value IS 170 (66.80% from 255) = 35.86%
R=27.22%
G=36.92%
B=35.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1291751700.2600.030.31173.4822.3359.61
Hex81AFAA1A031Fad163c
Octal2012572523203372552674
Binary10000001101011111010101011010011111111010110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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