#154A42

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

Shades of Deep Teal #154A42

Tints of Deep Teal #154A42

Color information

#154A42 (or 0x154A42) is unknown color: approx Deep Teal. HEX triplet: 15, 4A and 42. RGB value is (21,74,66). Sum of RGB (Red+Green+Blue) = 21+74+66=161 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.04% from 161); Green value is 74 (29.30% from 255 or 45.96% from 161); Blue value is 66 (26.17% from 255 or 40.99% from 161); Max value from RGB is 74 - color contains mainly: green. Hex color #154A42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154A42 is #EAB5BD. Grayscale: #393939. Windows color (decimal): -15381950 or 4344341. OLE color: 4344341.

HSL color Cylindrical-coordinate representation of color #154A42: hue angle of 170.94º 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 #154A42 is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB217466-
CMYK0.7200.110.71
HSL170.94º55.79%18.63%-
HSV(B)170.94º71.62%29.02%-
XYZ3.745.456.01-
YUV57.24132.94102.15-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.04%
GREEN value IS 74 (29.30% from 255) = 45.96%
BLUE value IS 66 (26.17% from 255) = 40.99%
R=13.04%
G=45.96%
B=40.99%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2174660.7200.110.71170.9455.7918.63
Hex154A42480B47ab3813
Octal251121021100131072537023
Binary101011001010100001010010000101110001111010101111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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