#135548

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

Shades of Deep Teal #135548

Tints of Deep Teal #135548

Color information

#135548 (or 0x135548) is unknown color: approx Deep Teal. HEX triplet: 13, 55 and 48. RGB value is (19,85,72). Sum of RGB (Red+Green+Blue) = 19+85+72=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 85 (33.59% from 255 or 48.30% from 176); Blue value is 72 (28.52% from 255 or 40.91% from 176); Max value from RGB is 85 - color contains mainly: green. Hex color #135548 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135548 is #ECAAB7. Grayscale: #3F3F3F. Windows color (decimal): -15510200 or 4740371. OLE color: 4740371.

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

Color convert

RGB198572-
CMYK0.7800.150.67
HSL168.18º63.46%20.39%-
HSV(B)168.18º77.65%33.33%-
XYZ4.697.17.25-
YUV63.78132.6396.06-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.80%
GREEN value IS 85 (33.59% from 255) = 48.30%
BLUE value IS 72 (28.52% from 255) = 40.91%
R=10.80%
G=48.30%
B=40.91%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1985720.7800.150.67168.1863.4620.39
Hex1355484E0F43a83f14
Octal231251101160171032507724
Binary100111010101100100010011100111110000111010100011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135548; }

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

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

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

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

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

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

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

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