#147A59

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

Shades of Deep Sea #147A59

Tints of Deep Sea #147A59

Color information

#147A59 (or 0x147A59) is unknown color: approx Deep Sea. HEX triplet: 14, 7A and 59. RGB value is (20,122,89). Sum of RGB (Red+Green+Blue) = 20+122+89=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 122 (48.05% from 255 or 52.81% from 231); Blue value is 89 (35.16% from 255 or 38.53% from 231); Max value from RGB is 122 - color contains mainly: green. Hex color #147A59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147A59 is #EB85A6. Grayscale: #575757. Windows color (decimal): -15435175 or 5863956. OLE color: 5863956.

HSL color Cylindrical-coordinate representation of color #147A59: hue angle of 160.59º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147A59 is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.52.

Color convert

RGB2012289-
CMYK0.8400.270.52
HSL160.59º71.83%27.84%-
HSV(B)160.59º83.61%47.84%-
XYZ9.0514.7911.83-
YUV87.74128.7179.68-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.66%
GREEN value IS 122 (48.05% from 255) = 52.81%
BLUE value IS 89 (35.16% from 255) = 38.53%
R=8.66%
G=52.81%
B=38.53%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal20122890.8400.270.52160.5971.8327.84
Hex147A595401B34a1481c
Octal241721311240336424111034
Binary1010011110101011001101010001101111010010100001100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147A59; }

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

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

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

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

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

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

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

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