#154A41

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

Shades of Deep Teal #154A41

Tints of Deep Teal #154A41

Color information

#154A41 (or 0x154A41) is unknown color: approx Deep Teal. HEX triplet: 15, 4A and 41. RGB value is (21,74,65). Sum of RGB (Red+Green+Blue) = 21+74+65=160 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.12% from 160); Green value is 74 (29.30% from 255 or 46.25% from 160); Blue value is 65 (25.78% from 255 or 40.62% from 160); Max value from RGB is 74 - color contains mainly: green. Hex color #154A41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154A41 is #EAB5BE. Grayscale: #393939. Windows color (decimal): -15381951 or 4278805. OLE color: 4278805.

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

Color convert

RGB217465-
CMYK0.7200.120.71
HSL169.81º55.79%18.63%-
HSV(B)169.81º71.62%29.02%-
XYZ3.715.445.86-
YUV57.13132.44102.23-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.12%
GREEN value IS 74 (29.30% from 255) = 46.25%
BLUE value IS 65 (25.78% from 255) = 40.62%
R=13.12%
G=46.25%
B=40.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2174650.7200.120.71169.8155.7918.63
Hex154A41480C47aa3813
Octal251121011100141072527023
Binary101011001010100000110010000110010001111010101011100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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