#14735A

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

Shades of Deep Sea #14735A

Tints of Deep Sea #14735A

Color information

#14735A (or 0x14735A) is unknown color: approx Deep Sea. HEX triplet: 14, 73 and 5A. RGB value is (20,115,90). Sum of RGB (Red+Green+Blue) = 20+115+90=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 115 (45.31% from 255 or 51.11% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 115 - color contains mainly: green. Hex color #14735A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14735A is #EB8CA5. Grayscale: #535353. Windows color (decimal): -15436966 or 5927700. OLE color: 5927700.

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

Color convert

RGB2011590-
CMYK0.8300.220.55
HSL164.21º70.37%26.47%-
HSV(B)164.21º82.61%45.1%-
XYZ8.2613.1511.78-
YUV83.74131.5382.53-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.89%
GREEN value IS 115 (45.31% from 255) = 51.11%
BLUE value IS 90 (35.55% from 255) = 40%
R=8.89%
G=51.11%
B=40%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20115900.8300.220.55164.2170.3726.47
Hex14735A5301637a4461a
Octal241631321230266724410632
Binary1010011100111011010101001101011011011110100100100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14735A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14735A; }

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

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

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

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

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

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

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

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