#154B59

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

Shades of Teal Blue #154B59

Tints of Teal Blue #154B59

Color information

#154B59 (or 0x154B59) is unknown color: approx Teal Blue. HEX triplet: 15, 4B and 59. RGB value is (21,75,89). Sum of RGB (Red+Green+Blue) = 21+75+89=185 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.35% from 185); Green value is 75 (29.69% from 255 or 40.54% from 185); Blue value is 89 (35.16% from 255 or 48.11% from 185); Max value from RGB is 89 - color contains mainly: blue. Hex color #154B59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154B59 is #EAB4A6. Grayscale: #3C3C3C. Windows color (decimal): -15381671 or 5851925. OLE color: 5851925.

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

Color convert

RGB217589-
CMYK0.760.1600.65
HSL192.35º61.82%21.57%-
HSV(B)192.35º76.4%34.9%-
XYZ4.635.9110.35-
YUV60.45144.1199.86-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.35%
GREEN value IS 75 (29.69% from 255) = 40.54%
BLUE value IS 89 (35.16% from 255) = 48.11%
R=11.35%
G=40.54%
B=48.11%

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
Decimal2175890.760.1600.65192.3561.8221.57
Hex154B594C10041c03e16
Octal251131311142001013007626
Binary1010110010111011001100110010000010000011100000011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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