#147457

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

Shades of Deep Sea #147457

Tints of Deep Sea #147457

Color information

#147457 (or 0x147457) is unknown color: approx Deep Sea. HEX triplet: 14, 74 and 57. RGB value is (20,116,87). Sum of RGB (Red+Green+Blue) = 20+116+87=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 116 (45.70% from 255 or 52.02% from 223); Blue value is 87 (34.38% from 255 or 39.01% from 223); Max value from RGB is 116 - color contains mainly: green. Hex color #147457 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147457 is #EB8BA8. Grayscale: #545454. Windows color (decimal): -15436713 or 5731348. OLE color: 5731348.

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

Color convert

RGB2011687-
CMYK0.8300.250.55
HSL161.88º70.59%26.67%-
HSV(B)161.88º82.76%45.49%-
XYZ8.2513.3311.15-
YUV83.99129.782.36-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.97%
GREEN value IS 116 (45.70% from 255) = 52.02%
BLUE value IS 87 (34.38% from 255) = 39.01%
R=8.97%
G=52.02%
B=39.01%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20116870.8300.250.55161.8870.5926.67
Hex1474575301937a2471b
Octal241641271230316724210733
Binary1010011101001010111101001101100111011110100010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147457; }

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

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

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

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

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

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

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

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