#8CA29F

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

Shades of Submarine #8CA29F

Tints of Submarine #8CA29F

Color information

#8CA29F (or 0x8CA29F) is unknown color: approx Submarine. HEX triplet: 8C, A2 and 9F. RGB value is (140,162,159). Sum of RGB (Red+Green+Blue) = 140+162+159=461 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.37% from 461); Green value is 162 (63.67% from 255 or 35.14% from 461); Blue value is 159 (62.5% from 255 or 34.49% from 461); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA29F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA29F is #735D60. Grayscale: #9B9B9B. Windows color (decimal): -7560545 or 10461836. OLE color: 10461836.

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

Color convert

RGB140162159-
CMYK0.1400.020.36
HSL171.82º10.58%59.22%-
HSV(B)171.82º13.58%63.53%-
XYZ29.9933.9237.77-
YUV155.08130.21117.24-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.37%
GREEN value IS 162 (63.67% from 255) = 35.14%
BLUE value IS 159 (62.5% from 255) = 34.49%
R=30.37%
G=35.14%
B=34.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1401621590.1400.020.36171.8210.5859.22
Hex8CA29FE0224acb3b
Octal2142422371602442541373
Binary1000110010100010100111111110010100100101011001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,162,159); }

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

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

 a { background-color: rgb(140,162,159); }

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

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

 span { border-color: rgb(140,162,159); }

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