#14756C

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

Shades of Deep Sea #14756C

Tints of Deep Sea #14756C

Color information

#14756C (or 0x14756C) is unknown color: approx Deep Sea. HEX triplet: 14, 75 and 6C. RGB value is (20,117,108). Sum of RGB (Red+Green+Blue) = 20+117+108=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 117 (46.09% from 255 or 47.76% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 117 - color contains mainly: green. Hex color #14756C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14756C is #EB8A93. Grayscale: #565656. Windows color (decimal): -15436436 or 7107860. OLE color: 7107860.

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

Color convert

RGB20117108-
CMYK0.8300.080.54
HSL174.43º70.8%26.86%-
HSV(B)174.43º82.91%45.88%-
XYZ9.3613.9516.39-
YUV86.97139.8680.23-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.16%
GREEN value IS 117 (46.09% from 255) = 47.76%
BLUE value IS 108 (42.58% from 255) = 44.08%
R=8.16%
G=47.76%
B=44.08%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal201171080.8300.080.54174.4370.826.86
Hex14756C530836ae471b
Octal241651541230106625610733
Binary101001110101110110010100110100011011010101110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14756C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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