#14745E

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

Shades of Deep Sea #14745E

Tints of Deep Sea #14745E

Color information

#14745E (or 0x14745E) is unknown color: approx Deep Sea. HEX triplet: 14, 74 and 5E. RGB value is (20,116,94). Sum of RGB (Red+Green+Blue) = 20+116+94=230 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.70% from 230); Green value is 116 (45.70% from 255 or 50.43% from 230); Blue value is 94 (37.11% from 255 or 40.87% from 230); Max value from RGB is 116 - color contains mainly: green. Hex color #14745E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14745E is #EB8BA1. Grayscale: #545454. Windows color (decimal): -15436706 or 6190100. OLE color: 6190100.

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

Color convert

RGB2011694-
CMYK0.8300.190.55
HSL166.25º70.59%26.67%-
HSV(B)166.25º82.76%45.49%-
XYZ8.5513.4512.73-
YUV84.79133.281.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.70%
GREEN value IS 116 (45.70% from 255) = 50.43%
BLUE value IS 94 (37.11% from 255) = 40.87%
R=8.70%
G=50.43%
B=40.87%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20116940.8300.190.55166.2570.5926.67
Hex14745E5301337a6471b
Octal241641361230236724610733
Binary1010011101001011110101001101001111011110100110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14745E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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