#7CA19E

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

Shades of Submarine #7CA19E

Tints of Submarine #7CA19E

Color information

#7CA19E (or 0x7CA19E) is unknown color: approx Submarine. HEX triplet: 7C, A1 and 9E. RGB value is (124,161,158). Sum of RGB (Red+Green+Blue) = 124+161+158=443 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.99% from 443); Green value is 161 (63.28% from 255 or 36.34% from 443); Blue value is 158 (62.11% from 255 or 35.67% from 443); Max value from RGB is 161 - color contains mainly: green. Hex color #7CA19E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA19E is #835E61. Grayscale: #959595. Windows color (decimal): -8609378 or 10396028. OLE color: 10396028.

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

Color convert

RGB124161158-
CMYK0.2300.020.37
HSL175.14º16.44%55.88%-
HSV(B)175.14º22.98%63.14%-
XYZ27.2332.2437.14-
YUV149.6132.74109.74-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.99%
GREEN value IS 161 (63.28% from 255) = 36.34%
BLUE value IS 158 (62.11% from 255) = 35.67%
R=27.99%
G=36.34%
B=35.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1241611580.2300.020.37175.1416.4455.88
Hex7CA19E170225af1038
Octal1742412362702452572070
Binary11111001010000110011110101110101001011010111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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