#7CA29D

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

Shades of Submarine #7CA29D

Tints of Submarine #7CA29D

Color information

#7CA29D (or 0x7CA29D) is unknown color: approx Submarine. HEX triplet: 7C, A2 and 9D. RGB value is (124,162,157). Sum of RGB (Red+Green+Blue) = 124+162+157=443 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.99% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 162 - color contains mainly: green. Hex color #7CA29D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA29D is #835D62. Grayscale: #969696. Windows color (decimal): -8609123 or 10330748. OLE color: 10330748.

HSL color Cylindrical-coordinate representation of color #7CA29D: hue angle of 172.11º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7CA29D is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB124162157-
CMYK0.2300.030.36
HSL172.11º16.96%56.08%-
HSV(B)172.11º23.46%63.53%-
XYZ27.3232.5636.74-
YUV150.07131.91109.41-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.99%
GREEN value IS 162 (63.67% from 255) = 36.57%
BLUE value IS 157 (61.72% from 255) = 35.44%
R=27.99%
G=36.57%
B=35.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1241621570.2300.030.36172.1116.9656.08
Hex7CA29D170324ac1138
Octal1742422352703442542170
Binary11111001010001010011101101110111001001010110010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CA29D; }

 p { color: rgb(124,162,157); }

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

<style>
 a { background-color: #7CA29D; }

 a { background-color: rgb(124,162,157); }

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

<style>
 span { border-color: #7CA29D; }

 span { border-color: rgb(124,162,157); }

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