#155445

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

Shades of Deep Teal #155445

Tints of Deep Teal #155445

Color information

#155445 (or 0x155445) is unknown color: approx Deep Teal. HEX triplet: 15, 54 and 45. RGB value is (21,84,69). Sum of RGB (Red+Green+Blue) = 21+84+69=174 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12.07% from 174); Green value is 84 (33.20% from 255 or 48.28% from 174); Blue value is 69 (27.34% from 255 or 39.66% from 174); Max value from RGB is 84 - color contains mainly: green. Hex color #155445 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155445 is #EAABBA. Grayscale: #3F3F3F. Windows color (decimal): -15379387 or 4543509. OLE color: 4543509.

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

Color convert

RGB218469-
CMYK0.7500.180.67
HSL165.71º60%20.59%-
HSV(B)165.71º75%32.94%-
XYZ4.556.936.73-
YUV63.45131.1397.72-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.07%
GREEN value IS 84 (33.20% from 255) = 48.28%
BLUE value IS 69 (27.34% from 255) = 39.66%
R=12.07%
G=48.28%
B=39.66%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2184690.7500.180.67165.716020.59
Hex1554454B01243a63c15
Octal251241051130221032467425
Binary1010110101001000101100101101001010000111010011011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155445; }

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

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

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

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

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

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

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

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