#154F43

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

Shades of Deep Teal #154F43

Tints of Deep Teal #154F43

Color information

#154F43 (or 0x154F43) is unknown color: approx Deep Teal. HEX triplet: 15, 4F and 43. RGB value is (21,79,67). Sum of RGB (Red+Green+Blue) = 21+79+67=167 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.57% from 167); Green value is 79 (31.25% from 255 or 47.31% from 167); Blue value is 67 (26.56% from 255 or 40.12% from 167); Max value from RGB is 79 - color contains mainly: green. Hex color #154F43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #154F43 is #EAB0BC. Grayscale: #3C3C3C. Windows color (decimal): -15380669 or 4411157. OLE color: 4411157.

HSL color Cylindrical-coordinate representation of color #154F43: hue angle of 167.59º 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 #154F43 is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB217967-
CMYK0.7300.150.69
HSL167.59º58%19.61%-
HSV(B)167.59º73.42%30.98%-
XYZ4.126.166.28-
YUV60.29131.7899.98-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.57%
GREEN value IS 79 (31.25% from 255) = 47.31%
BLUE value IS 67 (26.56% from 255) = 40.12%
R=12.57%
G=47.31%
B=40.12%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2179670.7300.150.69167.595819.61
Hex154F43490F45a83a14
Octal251171031110171052507224
Binary101011001111100001110010010111110001011010100011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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