#147362

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

Shades of Deep Sea #147362

Tints of Deep Sea #147362

Color information

#147362 (or 0x147362) is unknown color: approx Deep Sea. HEX triplet: 14, 73 and 62. RGB value is (20,115,98). Sum of RGB (Red+Green+Blue) = 20+115+98=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 115 (45.31% from 255 or 49.36% from 233); Blue value is 98 (38.67% from 255 or 42.06% from 233); Max value from RGB is 115 - color contains mainly: green. Hex color #147362 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147362 is #EB8C9D. Grayscale: #545454. Windows color (decimal): -15436958 or 6451988. OLE color: 6451988.

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

Color convert

RGB2011598-
CMYK0.8300.150.55
HSL169.26º70.37%26.47%-
HSV(B)169.26º82.61%45.1%-
XYZ8.6213.2913.67-
YUV84.66135.5381.88-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.58%
GREEN value IS 115 (45.31% from 255) = 49.36%
BLUE value IS 98 (38.67% from 255) = 42.06%
R=8.58%
G=49.36%
B=42.06%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20115980.8300.150.55169.2670.3726.47
Hex147362530F37a9461a
Octal241631421230176725110632
Binary101001110011110001010100110111111011110101001100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147362; }

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

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

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

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

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

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

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

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