#154F46

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

Shades of Deep Teal #154F46

Tints of Deep Teal #154F46

Color information

#154F46 (or 0x154F46) is unknown color: approx Deep Teal. HEX triplet: 15, 4F and 46. RGB value is (21,79,70). Sum of RGB (Red+Green+Blue) = 21+79+70=170 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.35% from 170); Green value is 79 (31.25% from 255 or 46.47% from 170); Blue value is 70 (27.73% from 255 or 41.18% from 170); Max value from RGB is 79 - color contains mainly: green. Hex color #154F46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #154F46 is #EAB0B9. Grayscale: #3C3C3C. Windows color (decimal): -15380666 or 4607765. OLE color: 4607765.

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

Color convert

RGB217970-
CMYK0.7300.110.69
HSL170.69º58%19.61%-
HSV(B)170.69º73.42%30.98%-
XYZ4.216.196.77-
YUV60.63133.2899.73-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.35%
GREEN value IS 79 (31.25% from 255) = 46.47%
BLUE value IS 70 (27.73% from 255) = 41.18%
R=12.35%
G=46.47%
B=41.18%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2179700.7300.110.69170.695819.61
Hex154F46490B45ab3a14
Octal251171061110131052537224
Binary101011001111100011010010010101110001011010101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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