#8AA19E

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

Shades of Submarine #8AA19E

Tints of Submarine #8AA19E

Color information

#8AA19E (or 0x8AA19E) is unknown color: approx Submarine. HEX triplet: 8A, A1 and 9E. RGB value is (138,161,158). Sum of RGB (Red+Green+Blue) = 138+161+158=457 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.20% from 457); Green value is 161 (63.28% from 255 or 35.23% from 457); Blue value is 158 (62.11% from 255 or 34.57% from 457); Max value from RGB is 161 - color contains mainly: green. Hex color #8AA19E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA19E is #755E61. Grayscale: #999999. Windows color (decimal): -7691874 or 10396042. OLE color: 10396042.

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

Color convert

RGB138161158-
CMYK0.1400.020.37
HSL172.17º10.9%58.63%-
HSV(B)172.17º14.29%63.14%-
XYZ29.433.3637.24-
YUV153.78130.38116.74-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.20%
GREEN value IS 161 (63.28% from 255) = 35.23%
BLUE value IS 158 (62.11% from 255) = 34.57%
R=30.20%
G=35.23%
B=34.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1381611580.1400.020.37172.1710.958.63
Hex8AA19EE0225acb3b
Octal2122412361602452541373
Binary1000101010100001100111101110010100101101011001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AA19E; }

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

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

<style>
 a { background-color: #8AA19E; }

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

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

<style>
 span { border-color: #8AA19E; }

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

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