#8CA19E

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

Shades of Submarine #8CA19E

Tints of Submarine #8CA19E

Color information

#8CA19E (or 0x8CA19E) is unknown color: approx Submarine. HEX triplet: 8C, A1 and 9E. RGB value is (140,161,158). Sum of RGB (Red+Green+Blue) = 140+161+158=459 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.50% from 459); Green value is 161 (63.28% from 255 or 35.08% from 459); Blue value is 158 (62.11% from 255 or 34.42% from 459); Max value from RGB is 161 - color contains mainly: green. Hex color #8CA19E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA19E is #735E61. Grayscale: #9A9A9A. Windows color (decimal): -7560802 or 10396044. OLE color: 10396044.

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

Color convert

RGB140161158-
CMYK0.1300.020.37
HSL171.43º10.05%59.02%-
HSV(B)171.43º13.04%63.14%-
XYZ29.7333.5337.25-
YUV154.38130.04117.74-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.50%
GREEN value IS 161 (63.28% from 255) = 35.08%
BLUE value IS 158 (62.11% from 255) = 34.42%
R=30.50%
G=35.08%
B=34.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1401611580.1300.020.37171.4310.0559.02
Hex8CA19ED0225aba3b
Octal2142412361502452531273
Binary1000110010100001100111101101010100101101010111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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