#135446

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

Shades of Deep Teal #135446

Tints of Deep Teal #135446

Color information

#135446 (or 0x135446) is unknown color: approx Deep Teal. HEX triplet: 13, 54 and 46. RGB value is (19,84,70). Sum of RGB (Red+Green+Blue) = 19+84+70=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 84 (33.20% from 255 or 48.55% from 173); Blue value is 70 (27.73% from 255 or 40.46% from 173); Max value from RGB is 84 - color contains mainly: green. Hex color #135446 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135446 is #ECABB9. Grayscale: #3E3E3E. Windows color (decimal): -15510458 or 4609043. OLE color: 4609043.

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

Color convert

RGB198470-
CMYK0.7700.170.67
HSL167.08º63.11%20.2%-
HSV(B)167.08º77.38%32.94%-
XYZ4.546.926.89-
YUV62.97131.9796.64-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.98%
GREEN value IS 84 (33.20% from 255) = 48.55%
BLUE value IS 70 (27.73% from 255) = 40.46%
R=10.98%
G=48.55%
B=40.46%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1984700.7700.170.67167.0863.1120.2
Hex1354464D01143a73f14
Octal231241061150211032477724
Binary1001110101001000110100110101000110000111010011111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135446; }

 p { color: rgb(19,84,70); }

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

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

 a { background-color: rgb(19,84,70); }

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

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

 span { border-color: rgb(19,84,70); }

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