#14705D

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

Shades of Deep Sea #14705D

Tints of Deep Sea #14705D

Color information

#14705D (or 0x14705D) is unknown color: approx Deep Sea. HEX triplet: 14, 70 and 5D. RGB value is (20,112,93). Sum of RGB (Red+Green+Blue) = 20+112+93=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 112 (44.14% from 255 or 49.78% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 112 - color contains mainly: green. Hex color #14705D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14705D is #EB8FA2. Grayscale: #525252. Windows color (decimal): -15437731 or 6123540. OLE color: 6123540.

HSL color Cylindrical-coordinate representation of color #14705D: hue angle of 167.61º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14705D is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB2011293-
CMYK0.8200.170.56
HSL167.61º69.7%25.88%-
HSV(B)167.61º82.14%43.92%-
XYZ8.0612.5312.35-
YUV82.33134.0283.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.89%
GREEN value IS 112 (44.14% from 255) = 49.78%
BLUE value IS 93 (36.72% from 255) = 41.33%
R=8.89%
G=49.78%
B=41.33%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20112930.8200.170.56167.6169.725.88
Hex14705D5201138a8461a
Octal241601351220217025010632
Binary1010011100001011101101001001000111100010101000100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14705D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,112,93); }

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

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

 a { background-color: rgb(20,112,93); }

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

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

 span { border-color: rgb(20,112,93); }

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