#799E9C

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

Shades of Submarine #799E9C

Tints of Submarine #799E9C

Color information

#799E9C (or 0x799E9C) is unknown color: approx Submarine. HEX triplet: 79, 9E and 9C. RGB value is (121,158,156). Sum of RGB (Red+Green+Blue) = 121+158+156=435 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.82% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 158 - color contains mainly: green. Hex color #799E9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799E9C is #866163. Grayscale: #929292. Windows color (decimal): -8806756 or 10264185. OLE color: 10264185.

HSL color Cylindrical-coordinate representation of color #799E9C: hue angle of 176.76º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #799E9C is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB121158156-
CMYK0.2300.010.38
HSL176.76º16.02%54.71%-
HSV(B)176.76º23.42%61.96%-
XYZ26.1130.9236.04-
YUV146.71133.24109.66-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.82%
GREEN value IS 158 (62.11% from 255) = 36.32%
BLUE value IS 156 (61.33% from 255) = 35.86%
R=27.82%
G=36.32%
B=35.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1211581560.2300.010.38176.7616.0254.71
Hex799E9C170126b11037
Octal1712362342701462612067
Binary1111001100111101001110010111011001101011000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799E9C; }

 p { color: rgb(121,158,156); }

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

<style>
 a { background-color: #799E9C; }

 a { background-color: rgb(121,158,156); }

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

<style>
 span { border-color: #799E9C; }

 span { border-color: rgb(121,158,156); }

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