#155446

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

Shades of Deep Teal #155446

Tints of Deep Teal #155446

Color information

#155446 (or 0x155446) is unknown color: approx Deep Teal. HEX triplet: 15, 54 and 46. RGB value is (21,84,70). Sum of RGB (Red+Green+Blue) = 21+84+70=175 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12% from 175); Green value is 84 (33.20% from 255 or 48% from 175); Blue value is 70 (27.73% from 255 or 40% from 175); Max value from RGB is 84 - color contains mainly: green. Hex color #155446 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155446 is #EAABB9. Grayscale: #3F3F3F. Windows color (decimal): -15379386 or 4609045. OLE color: 4609045.

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

Color convert

RGB218470-
CMYK0.7500.170.67
HSL166.67º60%20.59%-
HSV(B)166.67º75%32.94%-
XYZ4.596.946.89-
YUV63.57131.6397.64-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12%
GREEN value IS 84 (33.20% from 255) = 48%
BLUE value IS 70 (27.73% from 255) = 40%
R=12%
G=48%
B=40%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2184700.7500.170.67166.676020.59
Hex1554464B01143a73c15
Octal251241061130211032477425
Binary1010110101001000110100101101000110000111010011111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155446; }

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

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

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

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

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

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

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

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