#155544

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

Shades of Deep Teal #155544

Tints of Deep Teal #155544

Color information

#155544 (or 0x155544) is unknown color: approx Deep Teal. HEX triplet: 15, 55 and 44. RGB value is (21,85,68). Sum of RGB (Red+Green+Blue) = 21+85+68=174 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12.07% from 174); Green value is 85 (33.59% from 255 or 48.85% from 174); Blue value is 68 (26.95% from 255 or 39.08% from 174); Max value from RGB is 85 - color contains mainly: green. Hex color #155544 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155544 is #EAAABB. Grayscale: #3F3F3F. Windows color (decimal): -15379132 or 4478229. OLE color: 4478229.

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

Color convert

RGB218568-
CMYK0.7500.200.67
HSL164.06º60.38%20.78%-
HSV(B)164.06º75.29%33.33%-
XYZ4.67.076.59-
YUV63.93130.397.38-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.07%
GREEN value IS 85 (33.59% from 255) = 48.85%
BLUE value IS 68 (26.95% from 255) = 39.08%
R=12.07%
G=48.85%
B=39.08%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2185680.7500.200.67164.0660.3820.78
Hex1555444B01443a43c15
Octal251251041130241032447425
Binary1010110101011000100100101101010010000111010010011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155544; }

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

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

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

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

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

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

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

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