#14756B

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

Shades of Deep Sea #14756B

Tints of Deep Sea #14756B

Color information

#14756B (or 0x14756B) is unknown color: approx Deep Sea. HEX triplet: 14, 75 and 6B. RGB value is (20,117,107). Sum of RGB (Red+Green+Blue) = 20+117+107=244 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.20% from 244); Green value is 117 (46.09% from 255 or 47.95% from 244); Blue value is 107 (42.19% from 255 or 43.85% from 244); Max value from RGB is 117 - color contains mainly: green. Hex color #14756B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14756B is #EB8A94. Grayscale: #565656. Windows color (decimal): -15436437 or 7042324. OLE color: 7042324.

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

Color convert

RGB20117107-
CMYK0.8300.090.54
HSL173.81º70.8%26.86%-
HSV(B)173.81º82.91%45.88%-
XYZ9.313.9316.11-
YUV86.86139.3680.31-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.20%
GREEN value IS 117 (46.09% from 255) = 47.95%
BLUE value IS 107 (42.19% from 255) = 43.85%
R=8.20%
G=47.95%
B=43.85%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal201171070.8300.090.54173.8170.826.86
Hex14756B530936ae471b
Octal241651531230116625610733
Binary101001110101110101110100110100111011010101110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14756B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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