#155545

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

Shades of Deep Teal #155545

Tints of Deep Teal #155545

Color information

#155545 (or 0x155545) is unknown color: approx Deep Teal. HEX triplet: 15, 55 and 45. RGB value is (21,85,69). Sum of RGB (Red+Green+Blue) = 21+85+69=175 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12% from 175); Green value is 85 (33.59% from 255 or 48.57% from 175); Blue value is 69 (27.34% from 255 or 39.43% from 175); Max value from RGB is 85 - color contains mainly: green. Hex color #155545 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155545 is #EAAABA. Grayscale: #404040. Windows color (decimal): -15379131 or 4543765. OLE color: 4543765.

HSL color Cylindrical-coordinate representation of color #155545: hue angle of 165º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #155545 is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB218569-
CMYK0.7500.190.67
HSL165º60.38%20.78%-
HSV(B)165º75.29%33.33%-
XYZ4.637.096.75-
YUV64.04130.897.3-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12%
GREEN value IS 85 (33.59% from 255) = 48.57%
BLUE value IS 69 (27.34% from 255) = 39.43%
R=12%
G=48.57%
B=39.43%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2185690.7500.190.6716560.3820.78
Hex1555454B01343a53c15
Octal251251051130231032457425
Binary1010110101011000101100101101001110000111010010111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155545; }

 p { color: rgb(21,85,69); }

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

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

 a { background-color: rgb(21,85,69); }

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

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

 span { border-color: rgb(21,85,69); }

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