#147559

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

Shades of Deep Sea #147559

Tints of Deep Sea #147559

Color information

#147559 (or 0x147559) is unknown color: approx Deep Sea. HEX triplet: 14, 75 and 59. RGB value is (20,117,89). Sum of RGB (Red+Green+Blue) = 20+117+89=226 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.85% from 226); Green value is 117 (46.09% from 255 or 51.77% from 226); Blue value is 89 (35.16% from 255 or 39.38% from 226); Max value from RGB is 117 - color contains mainly: green. Hex color #147559 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147559 is #EB8AA6. Grayscale: #545454. Windows color (decimal): -15436455 or 5862676. OLE color: 5862676.

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

Color convert

RGB2011789-
CMYK0.8300.240.54
HSL162.68º70.8%26.86%-
HSV(B)162.68º82.91%45.88%-
XYZ8.4513.5911.63-
YUV84.8130.3681.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.85%
GREEN value IS 117 (46.09% from 255) = 51.77%
BLUE value IS 89 (35.16% from 255) = 39.38%
R=8.85%
G=51.77%
B=39.38%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal20117890.8300.240.54162.6870.826.86
Hex1475595301836a3471b
Octal241651311230306624310733
Binary1010011101011011001101001101100011011010100011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147559; }

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

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

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

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

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

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

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

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