#147358

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

Shades of Deep Sea #147358

Tints of Deep Sea #147358

Color information

#147358 (or 0x147358) is unknown color: approx Deep Sea. HEX triplet: 14, 73 and 58. RGB value is (20,115,88). Sum of RGB (Red+Green+Blue) = 20+115+88=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 115 (45.31% from 255 or 51.57% from 223); Blue value is 88 (34.77% from 255 or 39.46% from 223); Max value from RGB is 115 - color contains mainly: green. Hex color #147358 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147358 is #EB8CA7. Grayscale: #535353. Windows color (decimal): -15436968 or 5796628. OLE color: 5796628.

HSL color Cylindrical-coordinate representation of color #147358: hue angle of 162.95º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147358 is Cyan = 0.83, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB2011588-
CMYK0.8300.230.55
HSL162.95º70.37%26.47%-
HSV(B)162.95º82.61%45.1%-
XYZ8.1813.1111.33-
YUV83.52130.5382.7-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.97%
GREEN value IS 115 (45.31% from 255) = 51.57%
BLUE value IS 88 (34.77% from 255) = 39.46%
R=8.97%
G=51.57%
B=39.46%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20115880.8300.230.55162.9570.3726.47
Hex1473585301737a3461a
Octal241631301230276724310632
Binary1010011100111011000101001101011111011110100011100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147358; }

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

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

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

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

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

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

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

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