#81A09D

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

Shades of Submarine #81A09D

Tints of Submarine #81A09D

Color information

#81A09D (or 0x81A09D) is unknown color: approx Submarine. HEX triplet: 81, A0 and 9D. RGB value is (129,160,157). Sum of RGB (Red+Green+Blue) = 129+160+157=446 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.92% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 160 - color contains mainly: green. Hex color #81A09D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81A09D is #7E5F62. Grayscale: #969696. Windows color (decimal): -8281955 or 10330241. OLE color: 10330241.

HSL color Cylindrical-coordinate representation of color #81A09D: hue angle of 174.19º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #81A09D is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB129160157-
CMYK0.1900.020.37
HSL174.19º14.03%56.67%-
HSV(B)174.19º19.37%62.75%-
XYZ27.7132.2436.66-
YUV150.39131.73112.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.92%
GREEN value IS 160 (62.89% from 255) = 35.87%
BLUE value IS 157 (61.72% from 255) = 35.20%
R=28.92%
G=35.87%
B=35.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1291601570.1900.020.37174.1914.0356.67
Hex81A09D130225aee39
Octal2012402352302452561671
Binary10000001101000001001110110011010100101101011101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,160,157); }

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

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

 a { background-color: rgb(129,160,157); }

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

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

 span { border-color: rgb(129,160,157); }

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