#154A58

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

Shades of Teal Blue #154A58

Tints of Teal Blue #154A58

Color information

#154A58 (or 0x154A58) is unknown color: approx Teal Blue. HEX triplet: 15, 4A and 58. RGB value is (21,74,88). Sum of RGB (Red+Green+Blue) = 21+74+88=183 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.48% from 183); Green value is 74 (29.30% from 255 or 40.44% from 183); Blue value is 88 (34.77% from 255 or 48.09% from 183); Max value from RGB is 88 - color contains mainly: blue. Hex color #154A58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154A58 is #EAB5A7. Grayscale: #3B3B3B. Windows color (decimal): -15381928 or 5786133. OLE color: 5786133.

HSL color Cylindrical-coordinate representation of color #154A58: hue angle of 192.54º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #154A58 is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB217488-
CMYK0.760.1600.65
HSL192.54º61.47%21.37%-
HSV(B)192.54º76.14%34.51%-
XYZ4.525.7610.11-
YUV59.75143.94100.36-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.48%
GREEN value IS 74 (29.30% from 255) = 40.44%
BLUE value IS 88 (34.77% from 255) = 48.09%
R=11.48%
G=40.44%
B=48.09%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2174880.760.1600.65192.5461.4721.37
Hex154A584C10041c13d15
Octal251121301142001013017525
Binary1010110010101011000100110010000010000011100000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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