#81B2AD

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

Shades of Gulf Stream #81B2AD

Tints of Gulf Stream #81B2AD

Color information

#81B2AD (or 0x81B2AD) is unknown color: approx Gulf Stream. HEX triplet: 81, B2 and AD. RGB value is (129,178,173). Sum of RGB (Red+Green+Blue) = 129+178+173=480 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.88% from 480); Green value is 178 (69.92% from 255 or 37.08% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 178 - color contains mainly: green. Hex color #81B2AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81B2AD is #7E4D52. Grayscale: #A2A2A2. Windows color (decimal): -8277331 or 11383425. OLE color: 11383425.

HSL color Cylindrical-coordinate representation of color #81B2AD: hue angle of 173.88º 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 #81B2AD is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB129178173-
CMYK0.2800.030.30
HSL173.88º24.14%60.2%-
HSV(B)173.88º27.53%69.8%-
XYZ32.5239.5345.45-
YUV162.78133.77103.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.88%
GREEN value IS 178 (69.92% from 255) = 37.08%
BLUE value IS 173 (67.97% from 255) = 36.04%
R=26.88%
G=37.08%
B=36.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1291781730.2800.030.30173.8824.1460.2
Hex81B2AD1C031Eae183c
Octal2012622553403362563074
Binary10000001101100101010110111100011111101010111011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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