#155444

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

Shades of Deep Teal #155444

Tints of Deep Teal #155444

Color information

#155444 (or 0x155444) is unknown color: approx Deep Teal. HEX triplet: 15, 54 and 44. RGB value is (21,84,68). Sum of RGB (Red+Green+Blue) = 21+84+68=173 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.14% from 173); Green value is 84 (33.20% from 255 or 48.55% from 173); Blue value is 68 (26.95% from 255 or 39.31% from 173); Max value from RGB is 84 - color contains mainly: green. Hex color #155444 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155444 is #EAABBB. Grayscale: #3F3F3F. Windows color (decimal): -15379388 or 4477973. OLE color: 4477973.

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

Color convert

RGB218468-
CMYK0.7500.190.67
HSL164.76º60%20.59%-
HSV(B)164.76º75%32.94%-
XYZ4.526.926.57-
YUV63.34130.6397.8-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.14%
GREEN value IS 84 (33.20% from 255) = 48.55%
BLUE value IS 68 (26.95% from 255) = 39.31%
R=12.14%
G=48.55%
B=39.31%

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
Decimal2184680.7500.190.67164.766020.59
Hex1554444B01343a53c15
Octal251241041130231032457425
Binary1010110101001000100100101101001110000111010010111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155444; }

 p { color: rgb(21,84,68); }

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

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

 a { background-color: rgb(21,84,68); }

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

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

 span { border-color: rgb(21,84,68); }

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