#154B58

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

Shades of Teal Blue #154B58

Tints of Teal Blue #154B58

Color information

#154B58 (or 0x154B58) is unknown color: approx Teal Blue. HEX triplet: 15, 4B and 58. RGB value is (21,75,88). Sum of RGB (Red+Green+Blue) = 21+75+88=184 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.41% from 184); Green value is 75 (29.69% from 255 or 40.76% from 184); Blue value is 88 (34.77% from 255 or 47.83% from 184); Max value from RGB is 88 - color contains mainly: blue. Hex color #154B58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154B58 is #EAB4A7. Grayscale: #3C3C3C. Windows color (decimal): -15381672 or 5786389. OLE color: 5786389.

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

Color convert

RGB217588-
CMYK0.760.1500.65
HSL191.64º61.47%21.37%-
HSV(B)191.64º76.14%34.51%-
XYZ4.595.910.13-
YUV60.34143.6199.94-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.41%
GREEN value IS 75 (29.69% from 255) = 40.76%
BLUE value IS 88 (34.77% from 255) = 47.83%
R=11.41%
G=40.76%
B=47.83%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2175880.760.1500.65191.6461.4721.37
Hex154B584CF041c03d15
Octal251131301141701013007525
Binary101011001011101100010011001111010000011100000011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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