#81B2AF

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

Shades of Gulf Stream #81B2AF

Tints of Gulf Stream #81B2AF

Color information

#81B2AF (or 0x81B2AF) is unknown color: approx Gulf Stream. HEX triplet: 81, B2 and AF. RGB value is (129,178,175). Sum of RGB (Red+Green+Blue) = 129+178+175=482 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.76% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 178 - color contains mainly: green. Hex color #81B2AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81B2AF is #7E4D50. Grayscale: #A2A2A2. Windows color (decimal): -8277329 or 11514497. OLE color: 11514497.

HSL color Cylindrical-coordinate representation of color #81B2AF: hue angle of 176.33º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #81B2AF is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB129178175-
CMYK0.2800.020.30
HSL176.33º24.14%60.2%-
HSV(B)176.33º27.53%69.8%-
XYZ32.7139.646.48-
YUV163.01134.77103.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.76%
GREEN value IS 178 (69.92% from 255) = 36.93%
BLUE value IS 175 (68.75% from 255) = 36.31%
R=26.76%
G=36.93%
B=36.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1291781750.2800.020.30176.3324.1460.2
Hex81B2AF1C021Eb0183c
Octal2012622573402362603074
Binary10000001101100101010111111100010111101011000011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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