#14796E

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

Shades of Deep Sea #14796E

Tints of Deep Sea #14796E

Color information

#14796E (or 0x14796E) is unknown color: approx Deep Sea. HEX triplet: 14, 79 and 6E. RGB value is (20,121,110). Sum of RGB (Red+Green+Blue) = 20+121+110=251 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.97% from 251); Green value is 121 (47.66% from 255 or 48.21% from 251); Blue value is 110 (43.36% from 255 or 43.82% from 251); Max value from RGB is 121 - color contains mainly: green. Hex color #14796E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14796E is #EB8691. Grayscale: #595959. Windows color (decimal): -15435410 or 7239956. OLE color: 7239956.

HSL color Cylindrical-coordinate representation of color #14796E: hue angle of 173.47º 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 #14796E is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB20121110-
CMYK0.8300.090.53
HSL173.47º71.63%27.65%-
HSV(B)173.47º83.47%47.45%-
XYZ9.9414.9517.11-
YUV89.55139.5478.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.97%
GREEN value IS 121 (47.66% from 255) = 48.21%
BLUE value IS 110 (43.36% from 255) = 43.82%
R=7.97%
G=48.21%
B=43.82%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal201211100.8300.090.53173.4771.6327.65
Hex14796E530935ad481c
Octal241711561230116525511034
Binary101001111001110111010100110100111010110101101100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14796E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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