#7BA19C

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

Shades of Submarine #7BA19C

Tints of Submarine #7BA19C

Color information

#7BA19C (or 0x7BA19C) is unknown color: approx Submarine. HEX triplet: 7B, A1 and 9C. RGB value is (123,161,156). Sum of RGB (Red+Green+Blue) = 123+161+156=440 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.95% from 440); Green value is 161 (63.28% from 255 or 36.59% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 161 - color contains mainly: green. Hex color #7BA19C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA19C is #845E63. Grayscale: #959595. Windows color (decimal): -8674916 or 10264955. OLE color: 10264955.

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

Color convert

RGB123161156-
CMYK0.2400.030.37
HSL172.11º16.81%55.69%-
HSV(B)172.11º23.6%63.14%-
XYZ26.9132.136.23-
YUV149.07131.91109.41-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.95%
GREEN value IS 161 (63.28% from 255) = 36.59%
BLUE value IS 156 (61.33% from 255) = 35.45%
R=27.95%
G=36.59%
B=35.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1231611560.2400.030.37172.1116.8155.69
Hex7BA19C180325ac1138
Octal1732412343003452542170
Binary11110111010000110011100110000111001011010110010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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