#147560

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

Shades of Deep Sea #147560

Tints of Deep Sea #147560

Color information

#147560 (or 0x147560) is unknown color: approx Deep Sea. HEX triplet: 14, 75 and 60. RGB value is (20,117,96). Sum of RGB (Red+Green+Blue) = 20+117+96=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 117 (46.09% from 255 or 50.21% from 233); Blue value is 96 (37.89% from 255 or 41.20% from 233); Max value from RGB is 117 - color contains mainly: green. Hex color #147560 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147560 is #EB8A9F. Grayscale: #555555. Windows color (decimal): -15436448 or 6321428. OLE color: 6321428.

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

Color convert

RGB2011796-
CMYK0.8300.180.54
HSL167.01º70.8%26.86%-
HSV(B)167.01º82.91%45.88%-
XYZ8.7613.7213.25-
YUV85.6133.8681.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.58%
GREEN value IS 117 (46.09% from 255) = 50.21%
BLUE value IS 96 (37.89% from 255) = 41.20%
R=8.58%
G=50.21%
B=41.20%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal20117960.8300.180.54167.0170.826.86
Hex1475605301236a7471b
Octal241651401230226624710733
Binary1010011101011100000101001101001011011010100111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147560; }

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

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

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

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

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

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

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

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