#135542

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

Shades of Deep Teal #135542

Tints of Deep Teal #135542

Color information

#135542 (or 0x135542) is unknown color: approx Deep Teal. HEX triplet: 13, 55 and 42. RGB value is (19,85,66). Sum of RGB (Red+Green+Blue) = 19+85+66=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 85 (33.59% from 255 or 50% from 170); Blue value is 66 (26.17% from 255 or 38.82% from 170); Max value from RGB is 85 - color contains mainly: green. Hex color #135542 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135542 is #ECAABD. Grayscale: #3F3F3F. Windows color (decimal): -15510206 or 4347155. OLE color: 4347155.

HSL color Cylindrical-coordinate representation of color #135542: hue angle of 162.73º 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 #135542 is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB198566-
CMYK0.7800.220.67
HSL162.73º63.46%20.39%-
HSV(B)162.73º77.65%33.33%-
XYZ4.57.036.27-
YUV63.1129.6396.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.18%
GREEN value IS 85 (33.59% from 255) = 50%
BLUE value IS 66 (26.17% from 255) = 38.82%
R=11.18%
G=50%
B=38.82%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1985660.7800.220.67162.7363.4620.39
Hex1355424E01643a33f14
Octal231251021160261032437724
Binary1001110101011000010100111001011010000111010001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135542; }

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

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

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

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

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

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

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

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