#14756D

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

Shades of Deep Sea #14756D

Tints of Deep Sea #14756D

Color information

#14756D (or 0x14756D) is unknown color: approx Deep Sea. HEX triplet: 14, 75 and 6D. RGB value is (20,117,109). Sum of RGB (Red+Green+Blue) = 20+117+109=246 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.13% from 246); Green value is 117 (46.09% from 255 or 47.56% from 246); Blue value is 109 (42.97% from 255 or 44.31% from 246); Max value from RGB is 117 - color contains mainly: green. Hex color #14756D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14756D is #EB8A92. Grayscale: #575757. Windows color (decimal): -15436435 or 7173396. OLE color: 7173396.

HSL color Cylindrical-coordinate representation of color #14756D: hue angle of 175.05º 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 #14756D is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB20117109-
CMYK0.8300.070.54
HSL175.05º70.8%26.86%-
HSV(B)175.05º82.91%45.88%-
XYZ9.4113.9816.67-
YUV87.08140.3680.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.13%
GREEN value IS 117 (46.09% from 255) = 47.56%
BLUE value IS 109 (42.97% from 255) = 44.31%
R=8.13%
G=47.56%
B=44.31%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal201171090.8300.070.54175.0570.826.86
Hex14756D530736af471b
Octal24165155123076625710733
Binary10100111010111011011010011011111011010101111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14756D; }

 p { color: rgb(20,117,109); }

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

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

 a { background-color: rgb(20,117,109); }

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

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

 span { border-color: rgb(20,117,109); }

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