#1F796C

Color #1F796C Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #1F796C

Tints of Deep Sea #1F796C

Color information

#1F796C (or 0x1F796C) is unknown color: approx Deep Sea. HEX triplet: 1F, 79 and 6C. RGB value is (31,121,108). Sum of RGB (Red+Green+Blue) = 31+121+108=260 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.92% from 260); Green value is 121 (47.66% from 255 or 46.54% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 121 - color contains mainly: green. Hex color #1F796C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F796C is #E08693. Grayscale: #5C5C5C. Windows color (decimal): -14714516 or 7108895. OLE color: 7108895.

HSL color Cylindrical-coordinate representation of color #1F796C: hue angle of 171.33º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F796C is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB31121108-
CMYK0.7400.110.53
HSL171.33º59.21%29.8%-
HSV(B)171.33º74.38%47.45%-
XYZ10.1115.0516.56-
YUV92.61136.6884.06-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.92%
GREEN value IS 121 (47.66% from 255) = 46.54%
BLUE value IS 108 (42.58% from 255) = 41.54%
R=11.92%
G=46.54%
B=41.54%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal311211080.7400.110.53171.3359.2129.8
Hex1F796C4A0B35ab3b1e
Octal37171154112013652537336
Binary11111111100111011001001010010111101011010101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F796C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F796C; }

 p { color: rgb(31,121,108); }

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

<style>
 a { background-color: #1F796C; }

 a { background-color: rgb(31,121,108); }

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

<style>
 span { border-color: #1F796C; }

 span { border-color: rgb(31,121,108); }

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