#154C40

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

Shades of Deep Teal #154C40

Tints of Deep Teal #154C40

Color information

#154C40 (or 0x154C40) is unknown color: approx Deep Teal. HEX triplet: 15, 4C and 40. RGB value is (21,76,64). Sum of RGB (Red+Green+Blue) = 21+76+64=161 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.04% from 161); Green value is 76 (30.08% from 255 or 47.20% from 161); Blue value is 64 (25.39% from 255 or 39.75% from 161); Max value from RGB is 76 - color contains mainly: green. Hex color #154C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154C40 is #EAB3BF. Grayscale: #3A3A3A. Windows color (decimal): -15381440 or 4213781. OLE color: 4213781.

HSL color Cylindrical-coordinate representation of color #154C40: hue angle of 166.91º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #154C40 is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.70.

Color convert

RGB217664-
CMYK0.7200.160.70
HSL166.91º56.7%19.02%-
HSV(B)166.91º72.37%29.8%-
XYZ3.825.75.75-
YUV58.19131.28101.48-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.04%
GREEN value IS 76 (30.08% from 255) = 47.20%
BLUE value IS 64 (25.39% from 255) = 39.75%
R=13.04%
G=47.20%
B=39.75%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2176640.7200.160.70166.9156.719.02
Hex154C404801046a73913
Octal251141001100201062477123
Binary1010110011001000000100100001000010001101010011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154C40; }

 p { color: rgb(21,76,64); }

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

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

 a { background-color: rgb(21,76,64); }

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

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

 span { border-color: rgb(21,76,64); }

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