#14745A

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

Shades of Deep Sea #14745A

Tints of Deep Sea #14745A

Color information

#14745A (or 0x14745A) is unknown color: approx Deep Sea. HEX triplet: 14, 74 and 5A. RGB value is (20,116,90). Sum of RGB (Red+Green+Blue) = 20+116+90=226 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.85% from 226); Green value is 116 (45.70% from 255 or 51.33% from 226); Blue value is 90 (35.55% from 255 or 39.82% from 226); Max value from RGB is 116 - color contains mainly: green. Hex color #14745A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14745A is #EB8BA5. Grayscale: #545454. Windows color (decimal): -15436710 or 5927956. OLE color: 5927956.

HSL color Cylindrical-coordinate representation of color #14745A: hue angle of 163.75º 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 #14745A is Cyan = 0.83, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB2011690-
CMYK0.8300.220.55
HSL163.75º70.59%26.67%-
HSV(B)163.75º82.76%45.49%-
XYZ8.3813.3811.81-
YUV84.33131.282.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.85%
GREEN value IS 116 (45.70% from 255) = 51.33%
BLUE value IS 90 (35.55% from 255) = 39.82%
R=8.85%
G=51.33%
B=39.82%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20116900.8300.220.55163.7570.5926.67
Hex14745A5301637a4471b
Octal241641321230266724410733
Binary1010011101001011010101001101011011011110100100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14745A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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