#81A19E

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

Shades of Submarine #81A19E

Tints of Submarine #81A19E

Color information

#81A19E (or 0x81A19E) is unknown color: approx Submarine. HEX triplet: 81, A1 and 9E. RGB value is (129,161,158). Sum of RGB (Red+Green+Blue) = 129+161+158=448 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.79% from 448); Green value is 161 (63.28% from 255 or 35.94% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 161 - color contains mainly: green. Hex color #81A19E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81A19E is #7E5E61. Grayscale: #979797. Windows color (decimal): -8281698 or 10396033. OLE color: 10396033.

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

Color convert

RGB129161158-
CMYK0.2000.020.37
HSL174.37º14.55%56.86%-
HSV(B)174.37º19.88%63.14%-
XYZ27.9732.6337.17-
YUV151.09131.9112.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.79%
GREEN value IS 161 (63.28% from 255) = 35.94%
BLUE value IS 158 (62.11% from 255) = 35.27%
R=28.79%
G=35.94%
B=35.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1291611580.2000.020.37174.3714.5556.86
Hex81A19E140225aef39
Octal2012412362402452561771
Binary10000001101000011001111010100010100101101011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,161,158); }

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

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

 a { background-color: rgb(129,161,158); }

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

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

 span { border-color: rgb(129,161,158); }

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