#14765E

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

Shades of Deep Sea #14765E

Tints of Deep Sea #14765E

Color information

#14765E (or 0x14765E) is unknown color: approx Deep Sea. HEX triplet: 14, 76 and 5E. RGB value is (20,118,94). Sum of RGB (Red+Green+Blue) = 20+118+94=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 118 (46.48% from 255 or 50.86% from 232); Blue value is 94 (37.11% from 255 or 40.52% from 232); Max value from RGB is 118 - color contains mainly: green. Hex color #14765E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14765E is #EB89A1. Grayscale: #555555. Windows color (decimal): -15436194 or 6190612. OLE color: 6190612.

HSL color Cylindrical-coordinate representation of color #14765E: hue angle of 165.31º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #14765E is Cyan = 0.83, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB2011894-
CMYK0.8300.200.54
HSL165.31º71.01%27.06%-
HSV(B)165.31º83.05%46.27%-
XYZ8.7913.9112.81-
YUV85.96132.5380.95-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.62%
GREEN value IS 118 (46.48% from 255) = 50.86%
BLUE value IS 94 (37.11% from 255) = 40.52%
R=8.62%
G=50.86%
B=40.52%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal20118940.8300.200.54165.3171.0127.06
Hex14765E5301436a5471b
Octal241661361230246624510733
Binary1010011101101011110101001101010011011010100101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14765E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14765E; }

 p { color: rgb(20,118,94); }

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

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

 a { background-color: rgb(20,118,94); }

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

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

 span { border-color: rgb(20,118,94); }

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