#14796D

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

Shades of Deep Sea #14796D

Tints of Deep Sea #14796D

Color information

#14796D (or 0x14796D) is unknown color: approx Deep Sea. HEX triplet: 14, 79 and 6D. RGB value is (20,121,109). Sum of RGB (Red+Green+Blue) = 20+121+109=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 121 (47.66% from 255 or 48.4% from 250); Blue value is 109 (42.97% from 255 or 43.6% from 250); Max value from RGB is 121 - color contains mainly: green. Hex color #14796D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14796D is #EB8692. Grayscale: #595959. Windows color (decimal): -15435411 or 7174420. OLE color: 7174420.

HSL color Cylindrical-coordinate representation of color #14796D: hue angle of 172.87º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #14796D is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB20121109-
CMYK0.8300.100.53
HSL172.87º71.63%27.65%-
HSV(B)172.87º83.47%47.45%-
XYZ9.8914.9316.83-
YUV89.43139.0478.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8%
GREEN value IS 121 (47.66% from 255) = 48.4%
BLUE value IS 109 (42.97% from 255) = 43.6%
R=8%
G=48.4%
B=43.6%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal201211090.8300.100.53172.8771.6327.65
Hex14796D530A35ad481c
Octal241711551230126525511034
Binary101001111001110110110100110101011010110101101100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14796D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14796D; }

 p { color: rgb(20,121,109); }

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

<style>
 a { background-color: #14796D; }

 a { background-color: rgb(20,121,109); }

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

<style>
 span { border-color: #14796D; }

 span { border-color: rgb(20,121,109); }

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