#147158

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

Shades of Deep Sea #147158

Tints of Deep Sea #147158

Color information

#147158 (or 0x147158) is unknown color: approx Deep Sea. HEX triplet: 14, 71 and 58. RGB value is (20,113,88). Sum of RGB (Red+Green+Blue) = 20+113+88=221 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.05% from 221); Green value is 113 (44.53% from 255 or 51.13% from 221); Blue value is 88 (34.77% from 255 or 39.82% from 221); Max value from RGB is 113 - color contains mainly: green. Hex color #147158 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147158 is #EB8EA7. Grayscale: #525252. Windows color (decimal): -15437480 or 5796116. OLE color: 5796116.

HSL color Cylindrical-coordinate representation of color #147158: hue angle of 163.87º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #147158 is Cyan = 0.82, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB2011388-
CMYK0.8200.220.56
HSL163.87º69.92%26.08%-
HSV(B)163.87º82.3%44.31%-
XYZ7.9612.6611.26-
YUV82.34131.1983.53-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.05%
GREEN value IS 113 (44.53% from 255) = 51.13%
BLUE value IS 88 (34.77% from 255) = 39.82%
R=9.05%
G=51.13%
B=39.82%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20113880.8200.220.56163.8769.9226.08
Hex1471585201638a4461a
Octal241611301220267024410632
Binary1010011100011011000101001001011011100010100100100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147158; }

 p { color: rgb(20,113,88); }

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

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

 a { background-color: rgb(20,113,88); }

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

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

 span { border-color: rgb(20,113,88); }

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