#154A56

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

Shades of Teal Blue #154A56

Tints of Teal Blue #154A56

Color information

#154A56 (or 0x154A56) is unknown color: approx Teal Blue. HEX triplet: 15, 4A and 56. RGB value is (21,74,86). Sum of RGB (Red+Green+Blue) = 21+74+86=181 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.60% from 181); Green value is 74 (29.30% from 255 or 40.88% from 181); Blue value is 86 (33.98% from 255 or 47.51% from 181); Max value from RGB is 86 - color contains mainly: blue. Hex color #154A56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154A56 is #EAB5A9. Grayscale: #3B3B3B. Windows color (decimal): -15381930 or 5655061. OLE color: 5655061.

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

Color convert

RGB217486-
CMYK0.760.1400.66
HSL191.08º60.75%20.98%-
HSV(B)191.08º75.58%33.73%-
XYZ4.445.739.68-
YUV59.52142.94100.52-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.60%
GREEN value IS 74 (29.30% from 255) = 40.88%
BLUE value IS 86 (33.98% from 255) = 47.51%
R=11.60%
G=40.88%
B=47.51%

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
Decimal2174860.760.1400.66191.0860.7520.98
Hex154A564CE042bf3d15
Octal251121261141601022777525
Binary101011001010101011010011001110010000101011111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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