#135544

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

Shades of Deep Teal #135544

Tints of Deep Teal #135544

Color information

#135544 (or 0x135544) is unknown color: approx Deep Teal. HEX triplet: 13, 55 and 44. RGB value is (19,85,68). Sum of RGB (Red+Green+Blue) = 19+85+68=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 85 (33.59% from 255 or 49.42% from 172); Blue value is 68 (26.95% from 255 or 39.53% from 172); Max value from RGB is 85 - color contains mainly: green. Hex color #135544 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135544 is #ECAABB. Grayscale: #3F3F3F. Windows color (decimal): -15510204 or 4478227. OLE color: 4478227.

HSL color Cylindrical-coordinate representation of color #135544: hue angle of 164.55º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135544 is Cyan = 0.78, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB198568-
CMYK0.7800.200.67
HSL164.55º63.46%20.39%-
HSV(B)164.55º77.65%33.33%-
XYZ4.567.056.59-
YUV63.33130.6396.38-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.05%
GREEN value IS 85 (33.59% from 255) = 49.42%
BLUE value IS 68 (26.95% from 255) = 39.53%
R=11.05%
G=49.42%
B=39.53%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1985680.7800.200.67164.5563.4620.39
Hex1355444E01443a53f14
Octal231251041160241032457724
Binary1001110101011000100100111001010010000111010010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135544; }

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

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

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

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

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

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

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

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