#154B57

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

Shades of Teal Blue #154B57

Tints of Teal Blue #154B57

Color information

#154B57 (or 0x154B57) is unknown color: approx Teal Blue. HEX triplet: 15, 4B and 57. RGB value is (21,75,87). Sum of RGB (Red+Green+Blue) = 21+75+87=183 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.48% from 183); Green value is 75 (29.69% from 255 or 40.98% from 183); Blue value is 87 (34.38% from 255 or 47.54% from 183); Max value from RGB is 87 - color contains mainly: blue. Hex color #154B57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154B57 is #EAB4A8. Grayscale: #3C3C3C. Windows color (decimal): -15381673 or 5720853. OLE color: 5720853.

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

Color convert

RGB217587-
CMYK0.760.1400.66
HSL190.91º61.11%21.18%-
HSV(B)190.91º75.86%34.12%-
XYZ4.555.889.91-
YUV60.22143.11100.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.48%
GREEN value IS 75 (29.69% from 255) = 40.98%
BLUE value IS 87 (34.38% from 255) = 47.54%
R=11.48%
G=40.98%
B=47.54%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2175870.760.1400.66190.9161.1121.18
Hex154B574CE042bf3d15
Octal251131271141601022777525
Binary101011001011101011110011001110010000101011111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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