#799A9C

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

Shades of Submarine #799A9C

Tints of Submarine #799A9C

Color information

#799A9C (or 0x799A9C) is unknown color: approx Submarine. HEX triplet: 79, 9A and 9C. RGB value is (121,154,156). Sum of RGB (Red+Green+Blue) = 121+154+156=431 (57% of max value = 765). Red value is 121 (47.66% from 255 or 28.07% from 431); Green value is 154 (60.55% from 255 or 35.73% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 156 - color contains mainly: blue. Hex color #799A9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799A9C is #866563. Grayscale: #909090. Windows color (decimal): -8807780 or 10263161. OLE color: 10263161.

HSL color Cylindrical-coordinate representation of color #799A9C: hue angle of 183.43º 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 #799A9C is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB121154156-
CMYK0.220.0100.39
HSL183.43º15.02%54.31%-
HSV(B)183.43º22.44%61.18%-
XYZ25.4429.5835.82-
YUV144.36134.57111.34-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.07%
GREEN value IS 154 (60.55% from 255) = 35.73%
BLUE value IS 156 (61.33% from 255) = 36.19%
R=28.07%
G=35.73%
B=36.19%

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
Decimal1211541560.220.0100.39183.4315.0254.31
Hex799A9C161027b7f36
Octal1712322342610472671766
Binary111100110011010100111001011010100111101101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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