#154F41

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

Shades of Deep Teal #154F41

Tints of Deep Teal #154F41

Color information

#154F41 (or 0x154F41) is unknown color: approx Deep Teal. HEX triplet: 15, 4F and 41. RGB value is (21,79,65). Sum of RGB (Red+Green+Blue) = 21+79+65=165 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.73% from 165); Green value is 79 (31.25% from 255 or 47.88% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 79 - color contains mainly: green. Hex color #154F41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #154F41 is #EAB0BE. Grayscale: #3C3C3C. Windows color (decimal): -15380671 or 4280085. OLE color: 4280085.

HSL color Cylindrical-coordinate representation of color #154F41: hue angle of 165.52º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #154F41 is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.

Color convert

RGB217965-
CMYK0.7300.180.69
HSL165.52º58%19.61%-
HSV(B)165.52º73.42%30.98%-
XYZ4.066.135.97-
YUV60.06130.78100.14-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.73%
GREEN value IS 79 (31.25% from 255) = 47.88%
BLUE value IS 65 (25.78% from 255) = 39.39%
R=12.73%
G=47.88%
B=39.39%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2179650.7300.180.69165.525819.61
Hex154F414901245a63a14
Octal251171011110221052467224
Binary1010110011111000001100100101001010001011010011011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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