#154A54

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

Shades of Teal Blue #154A54

Tints of Teal Blue #154A54

Color information

#154A54 (or 0x154A54) is unknown color: approx Teal Blue. HEX triplet: 15, 4A and 54. RGB value is (21,74,84). Sum of RGB (Red+Green+Blue) = 21+74+84=179 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.73% from 179); Green value is 74 (29.30% from 255 or 41.34% from 179); Blue value is 84 (33.20% from 255 or 46.93% from 179); Max value from RGB is 84 - color contains mainly: blue. Hex color #154A54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154A54 is #EAB5AB. Grayscale: #3B3B3B. Windows color (decimal): -15381932 or 5523989. OLE color: 5523989.

HSL color Cylindrical-coordinate representation of color #154A54: hue angle of 189.52º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #154A54 is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB217484-
CMYK0.750.1200.67
HSL189.52º60%20.59%-
HSV(B)189.52º75%32.94%-
XYZ4.365.79.26-
YUV59.29141.94100.69-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.73%
GREEN value IS 74 (29.30% from 255) = 41.34%
BLUE value IS 84 (33.20% from 255) = 46.93%
R=11.73%
G=41.34%
B=46.93%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2174840.750.1200.67189.526020.59
Hex154A544BC043be3c15
Octal251121241131401032767425
Binary101011001010101010010010111100010000111011111011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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