#7BA09C

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

Shades of Submarine #7BA09C

Tints of Submarine #7BA09C

Color information

#7BA09C (or 0x7BA09C) is unknown color: approx Submarine. HEX triplet: 7B, A0 and 9C. RGB value is (123,160,156). Sum of RGB (Red+Green+Blue) = 123+160+156=439 (58% of max value = 765). Red value is 123 (48.44% from 255 or 28.02% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 160 - color contains mainly: green. Hex color #7BA09C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA09C is #845F63. Grayscale: #949494. Windows color (decimal): -8675172 or 10264699. OLE color: 10264699.

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

Color convert

RGB123160156-
CMYK0.2300.020.37
HSL173.51º16.3%55.49%-
HSV(B)173.51º23.13%62.75%-
XYZ26.7431.7536.17-
YUV148.48132.24109.83-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.02%
GREEN value IS 160 (62.89% from 255) = 36.45%
BLUE value IS 156 (61.33% from 255) = 35.54%
R=28.02%
G=36.45%
B=35.54%

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
Decimal1231601560.2300.020.37173.5116.355.49
Hex7BA09C170225ae1037
Octal1732402342702452562067
Binary11110111010000010011100101110101001011010111010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,160,156); }

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

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

 a { background-color: rgb(123,160,156); }

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

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

 span { border-color: rgb(123,160,156); }

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