#14745F

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

Shades of Deep Sea #14745F

Tints of Deep Sea #14745F

Color information

#14745F (or 0x14745F) is unknown color: approx Deep Sea. HEX triplet: 14, 74 and 5F. RGB value is (20,116,95). Sum of RGB (Red+Green+Blue) = 20+116+95=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 116 (45.70% from 255 or 50.22% from 231); Blue value is 95 (37.5% from 255 or 41.13% from 231); Max value from RGB is 116 - color contains mainly: green. Hex color #14745F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14745F is #EB8BA0. Grayscale: #545454. Windows color (decimal): -15436705 or 6255636. OLE color: 6255636.

HSL color Cylindrical-coordinate representation of color #14745F: hue angle of 166.88º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #14745F is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB2011695-
CMYK0.8300.180.55
HSL166.88º70.59%26.67%-
HSV(B)166.88º82.76%45.49%-
XYZ8.613.4712.97-
YUV84.9133.781.71-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.66%
GREEN value IS 116 (45.70% from 255) = 50.22%
BLUE value IS 95 (37.5% from 255) = 41.13%
R=8.66%
G=50.22%
B=41.13%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20116950.8300.180.55166.8870.5926.67
Hex14745F5301237a7471b
Octal241641371230226724710733
Binary1010011101001011111101001101001011011110100111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14745F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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