#14755D

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

Shades of Deep Sea #14755D

Tints of Deep Sea #14755D

Color information

#14755D (or 0x14755D) is unknown color: approx Deep Sea. HEX triplet: 14, 75 and 5D. RGB value is (20,117,93). Sum of RGB (Red+Green+Blue) = 20+117+93=230 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.70% from 230); Green value is 117 (46.09% from 255 or 50.87% from 230); Blue value is 93 (36.72% from 255 or 40.43% from 230); Max value from RGB is 117 - color contains mainly: green. Hex color #14755D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14755D is #EB8AA2. Grayscale: #555555. Windows color (decimal): -15436451 or 6124820. OLE color: 6124820.

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

Color convert

RGB2011793-
CMYK0.8300.210.54
HSL165.15º70.8%26.86%-
HSV(B)165.15º82.91%45.88%-
XYZ8.6313.6612.54-
YUV85.26132.3681.45-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.70%
GREEN value IS 117 (46.09% from 255) = 50.87%
BLUE value IS 93 (36.72% from 255) = 40.43%
R=8.70%
G=50.87%
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.54
SystemRedGreenBlueCMYKHSL
Decimal20117930.8300.210.54165.1570.826.86
Hex14755D5301536a5471b
Octal241651351230256624510733
Binary1010011101011011101101001101010111011010100101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14755D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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