#7BA09D

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

Shades of Submarine #7BA09D

Tints of Submarine #7BA09D

Color information

#7BA09D (or 0x7BA09D) is unknown color: approx Submarine. HEX triplet: 7B, A0 and 9D. RGB value is (123,160,157). Sum of RGB (Red+Green+Blue) = 123+160+157=440 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.95% from 440); Green value is 160 (62.89% from 255 or 36.36% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 160 - color contains mainly: green. Hex color #7BA09D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA09D is #845F62. Grayscale: #949494. Windows color (decimal): -8675171 or 10330235. OLE color: 10330235.

HSL color Cylindrical-coordinate representation of color #7BA09D: hue angle of 175.14º 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 #7BA09D is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB123160157-
CMYK0.2300.020.37
HSL175.14º16.3%55.49%-
HSV(B)175.14º23.13%62.75%-
XYZ26.8231.7936.62-
YUV148.6132.74109.74-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.95%
GREEN value IS 160 (62.89% from 255) = 36.36%
BLUE value IS 157 (61.72% from 255) = 35.68%
R=27.95%
G=36.36%
B=35.68%

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
Decimal1231601570.2300.020.37175.1416.355.49
Hex7BA09D170225af1037
Octal1732402352702452572067
Binary11110111010000010011101101110101001011010111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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