#145644

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

Shades of Deep Teal #145644

Tints of Deep Teal #145644

Color information

#145644 (or 0x145644) is unknown color: approx Deep Teal. HEX triplet: 14, 56 and 44. RGB value is (20,86,68). Sum of RGB (Red+Green+Blue) = 20+86+68=174 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.49% from 174); Green value is 86 (33.98% from 255 or 49.43% from 174); Blue value is 68 (26.95% from 255 or 39.08% from 174); Max value from RGB is 86 - color contains mainly: green. Hex color #145644 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145644 is #EBA9BB. Grayscale: #404040. Windows color (decimal): -15444412 or 4478484. OLE color: 4478484.

HSL color Cylindrical-coordinate representation of color #145644: hue angle of 163.64º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #145644 is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.66.

Color convert

RGB208668-
CMYK0.7700.210.66
HSL163.64º62.26%20.78%-
HSV(B)163.64º76.74%33.73%-
XYZ4.667.226.62-
YUV64.21130.1396.46-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.49%
GREEN value IS 86 (33.98% from 255) = 49.43%
BLUE value IS 68 (26.95% from 255) = 39.08%
R=11.49%
G=49.43%
B=39.08%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2086680.7700.210.66163.6462.2620.78
Hex1456444D01542a43e15
Octal241261041150251022447625
Binary1010010101101000100100110101010110000101010010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145644; }

 p { color: rgb(20,86,68); }

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

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

 a { background-color: rgb(20,86,68); }

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

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

 span { border-color: rgb(20,86,68); }

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