#135644

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

Shades of Deep Teal #135644

Tints of Deep Teal #135644

Color information

#135644 (or 0x135644) is unknown color: approx Deep Teal. HEX triplet: 13, 56 and 44. RGB value is (19,86,68). Sum of RGB (Red+Green+Blue) = 19+86+68=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 86 (33.98% from 255 or 49.71% from 173); Blue value is 68 (26.95% from 255 or 39.31% from 173); Max value from RGB is 86 - color contains mainly: green. Hex color #135644 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135644 is #ECA9BB. Grayscale: #3F3F3F. Windows color (decimal): -15509948 or 4478483. OLE color: 4478483.

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

Color convert

RGB198668-
CMYK0.7800.210.66
HSL163.88º63.81%20.59%-
HSV(B)163.88º77.91%33.73%-
XYZ4.647.216.62-
YUV63.92130.395.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.98%
GREEN value IS 86 (33.98% from 255) = 49.71%
BLUE value IS 68 (26.95% from 255) = 39.31%
R=10.98%
G=49.71%
B=39.31%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1986680.7800.210.66163.8863.8120.59
Hex1356444E01542a44015
Octal2312610411602510224410025
Binary10011101011010001001001110010101100001010100100100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135644; }

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

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

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

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

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

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

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

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