#14503F

Color #14503F Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #14503F

Tints of Deep Teal #14503F

Color information

#14503F (or 0x14503F) is unknown color: approx Deep Teal. HEX triplet: 14, 50 and 3F. RGB value is (20,80,63). Sum of RGB (Red+Green+Blue) = 20+80+63=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 80 (31.64% from 255 or 49.08% from 163); Blue value is 63 (25% from 255 or 38.65% from 163); Max value from RGB is 80 - color contains mainly: green. Hex color #14503F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14503F is #EBAFC0. Grayscale: #3C3C3C. Windows color (decimal): -15445953 or 4149268. OLE color: 4149268.

HSL color Cylindrical-coordinate representation of color #14503F: hue angle of 163º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #14503F is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB208063-
CMYK0.7500.210.69
HSL163º60%19.61%-
HSV(B)163º75%31.37%-
XYZ4.056.245.69-
YUV60.12129.6299.38-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.27%
GREEN value IS 80 (31.64% from 255) = 49.08%
BLUE value IS 63 (25% from 255) = 38.65%
R=12.27%
G=49.08%
B=38.65%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2080630.7500.210.691636019.61
Hex14503F4B01545a33c14
Octal24120771130251052437424
Binary101001010000111111100101101010110001011010001111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14503F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14503F; }

 p { color: rgb(20,80,63); }

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

<style>
 a { background-color: #14503F; }

 a { background-color: rgb(20,80,63); }

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

<style>
 span { border-color: #14503F; }

 span { border-color: rgb(20,80,63); }

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