#154C54

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

Shades of Teal Blue #154C54

Tints of Teal Blue #154C54

Color information

#154C54 (or 0x154C54) is unknown color: approx Teal Blue. HEX triplet: 15, 4C and 54. RGB value is (21,76,84). Sum of RGB (Red+Green+Blue) = 21+76+84=181 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.60% from 181); Green value is 76 (30.08% from 255 or 41.99% from 181); Blue value is 84 (33.20% from 255 or 46.41% from 181); Max value from RGB is 84 - color contains mainly: blue. Hex color #154C54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154C54 is #EAB3AB. Grayscale: #3C3C3C. Windows color (decimal): -15381420 or 5524501. OLE color: 5524501.

HSL color Cylindrical-coordinate representation of color #154C54: hue angle of 187.62º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #154C54 is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB217684-
CMYK0.750.1000.67
HSL187.62º60%20.59%-
HSV(B)187.62º75%32.94%-
XYZ4.495.979.3-
YUV60.47141.2899.85-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.60%
GREEN value IS 76 (30.08% from 255) = 41.99%
BLUE value IS 84 (33.20% from 255) = 46.41%
R=11.60%
G=41.99%
B=46.41%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2176840.750.1000.67187.626020.59
Hex154C544BA043bc3c15
Octal251141241131201032747425
Binary101011001100101010010010111010010000111011110011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,76,84); }

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

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

 a { background-color: rgb(21,76,84); }

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

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

 span { border-color: rgb(21,76,84); }

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