#14786D

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

Shades of Deep Sea #14786D

Tints of Deep Sea #14786D

Color information

#14786D (or 0x14786D) is unknown color: approx Deep Sea. HEX triplet: 14, 78 and 6D. RGB value is (20,120,109). Sum of RGB (Red+Green+Blue) = 20+120+109=249 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.03% from 249); Green value is 120 (47.27% from 255 or 48.19% from 249); Blue value is 109 (42.97% from 255 or 43.78% from 249); Max value from RGB is 120 - color contains mainly: green. Hex color #14786D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14786D is #EB8792. Grayscale: #585858. Windows color (decimal): -15435667 or 7174164. OLE color: 7174164.

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

Color convert

RGB20120109-
CMYK0.8300.090.53
HSL173.4º71.43%27.45%-
HSV(B)173.4º83.33%47.06%-
XYZ9.7714.6916.79-
YUV88.85139.3778.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.03%
GREEN value IS 120 (47.27% from 255) = 48.19%
BLUE value IS 109 (42.97% from 255) = 43.78%
R=8.03%
G=48.19%
B=43.78%

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
Decimal201201090.8300.090.53173.471.4327.45
Hex14786D530935ad471b
Octal241701551230116525510733
Binary101001111000110110110100110100111010110101101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14786D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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