#799B9C

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

Shades of Submarine #799B9C

Tints of Submarine #799B9C

Color information

#799B9C (or 0x799B9C) is unknown color: approx Submarine. HEX triplet: 79, 9B and 9C. RGB value is (121,155,156). Sum of RGB (Red+Green+Blue) = 121+155+156=432 (57% of max value = 765). Red value is 121 (47.66% from 255 or 28.01% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 156 (61.33% from 255 or 36.11% from 432); Max value from RGB is 156 - color contains mainly: blue. Hex color #799B9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799B9C is #866463. Grayscale: #909090. Windows color (decimal): -8807524 or 10263417. OLE color: 10263417.

HSL color Cylindrical-coordinate representation of color #799B9C: hue angle of 181.71º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #799B9C is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB121155156-
CMYK0.220.0100.39
HSL181.71º15.02%54.31%-
HSV(B)181.71º22.44%61.18%-
XYZ25.6129.9135.88-
YUV144.95134.24110.92-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.01%
GREEN value IS 155 (60.94% from 255) = 35.88%
BLUE value IS 156 (61.33% from 255) = 36.11%
R=28.01%
G=35.88%
B=36.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1211551560.220.0100.39181.7115.0254.31
Hex799B9C161027b6f36
Octal1712332342610472661766
Binary111100110011011100111001011010100111101101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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