#14785F

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

Shades of Deep Sea #14785F

Tints of Deep Sea #14785F

Color information

#14785F (or 0x14785F) is unknown color: approx Deep Sea. HEX triplet: 14, 78 and 5F. RGB value is (20,120,95). Sum of RGB (Red+Green+Blue) = 20+120+95=235 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.51% from 235); Green value is 120 (47.27% from 255 or 51.06% from 235); Blue value is 95 (37.5% from 255 or 40.43% from 235); Max value from RGB is 120 - color contains mainly: green. Hex color #14785F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14785F is #EB87A0. Grayscale: #575757. Windows color (decimal): -15435681 or 6256660. OLE color: 6256660.

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

Color convert

RGB2012095-
CMYK0.8300.210.53
HSL165º71.43%27.45%-
HSV(B)165º83.33%47.06%-
XYZ9.0714.4113.13-
YUV87.25132.3780.03-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.51%
GREEN value IS 120 (47.27% from 255) = 51.06%
BLUE value IS 95 (37.5% from 255) = 40.43%
R=8.51%
G=51.06%
B=40.43%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20120950.8300.210.5316571.4327.45
Hex14785F5301535a5471b
Octal241701371230256524510733
Binary1010011110001011111101001101010111010110100101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14785F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14785F; }

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

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

<style>
 a { background-color: #14785F; }

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

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

<style>
 span { border-color: #14785F; }

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

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