#14795A

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

Shades of Deep Sea #14795A

Tints of Deep Sea #14795A

Color information

#14795A (or 0x14795A) is unknown color: approx Deep Sea. HEX triplet: 14, 79 and 5A. RGB value is (20,121,90). Sum of RGB (Red+Green+Blue) = 20+121+90=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 121 (47.66% from 255 or 52.38% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 121 - color contains mainly: green. Hex color #14795A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14795A is #EB86A5. Grayscale: #575757. Windows color (decimal): -15435430 or 5929236. OLE color: 5929236.

HSL color Cylindrical-coordinate representation of color #14795A: hue angle of 161.58º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #14795A is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB2012190-
CMYK0.8300.260.53
HSL161.58º71.63%27.65%-
HSV(B)161.58º83.47%47.45%-
XYZ8.9714.5612.01-
YUV87.27129.5480.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.66%
GREEN value IS 121 (47.66% from 255) = 52.38%
BLUE value IS 90 (35.55% from 255) = 38.96%
R=8.66%
G=52.38%
B=38.96%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20121900.8300.260.53161.5871.6327.65
Hex14795A5301A35a2481c
Octal241711321230326524211034
Binary1010011110011011010101001101101011010110100010100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14795A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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