#154A40

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

Shades of Deep Teal #154A40

Tints of Deep Teal #154A40

Color information

#154A40 (or 0x154A40) is unknown color: approx Deep Teal. HEX triplet: 15, 4A and 40. RGB value is (21,74,64). Sum of RGB (Red+Green+Blue) = 21+74+64=159 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.21% from 159); Green value is 74 (29.30% from 255 or 46.54% from 159); Blue value is 64 (25.39% from 255 or 40.25% from 159); Max value from RGB is 74 - color contains mainly: green. Hex color #154A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154A40 is #EAB5BF. Grayscale: #383838. Windows color (decimal): -15381952 or 4213269. OLE color: 4213269.

HSL color Cylindrical-coordinate representation of color #154A40: hue angle of 168.68º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #154A40 is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB217464-
CMYK0.7200.140.71
HSL168.68º55.79%18.63%-
HSV(B)168.68º71.62%29.02%-
XYZ3.685.435.7-
YUV57.01131.94102.31-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.21%
GREEN value IS 74 (29.30% from 255) = 46.54%
BLUE value IS 64 (25.39% from 255) = 40.25%
R=13.21%
G=46.54%
B=40.25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2174640.7200.140.71168.6855.7918.63
Hex154A40480E47a93813
Octal251121001100161072517023
Binary101011001010100000010010000111010001111010100111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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