#147459

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

Shades of Deep Sea #147459

Tints of Deep Sea #147459

Color information

#147459 (or 0x147459) is unknown color: approx Deep Sea. HEX triplet: 14, 74 and 59. RGB value is (20,116,89). Sum of RGB (Red+Green+Blue) = 20+116+89=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 116 (45.70% from 255 or 51.56% from 225); Blue value is 89 (35.16% from 255 or 39.56% from 225); Max value from RGB is 116 - color contains mainly: green. Hex color #147459 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147459 is #EB8BA6. Grayscale: #545454. Windows color (decimal): -15436711 or 5862420. OLE color: 5862420.

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

Color convert

RGB2011689-
CMYK0.8300.230.55
HSL163.12º70.59%26.67%-
HSV(B)163.12º82.76%45.49%-
XYZ8.3413.3611.59-
YUV84.22130.782.2-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.89%
GREEN value IS 116 (45.70% from 255) = 51.56%
BLUE value IS 89 (35.16% from 255) = 39.56%
R=8.89%
G=51.56%
B=39.56%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20116890.8300.230.55163.1270.5926.67
Hex1474595301737a3471b
Octal241641311230276724310733
Binary1010011101001011001101001101011111011110100011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147459; }

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

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

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

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

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

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

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

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