#154954

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

Shades of Teal Blue #154954

Tints of Teal Blue #154954

Color information

#154954 (or 0x154954) is unknown color: approx Teal Blue. HEX triplet: 15, 49 and 54. RGB value is (21,73,84). Sum of RGB (Red+Green+Blue) = 21+73+84=178 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.80% from 178); Green value is 73 (28.91% from 255 or 41.01% from 178); Blue value is 84 (33.20% from 255 or 47.19% from 178); Max value from RGB is 84 - color contains mainly: blue. Hex color #154954 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154954 is #EAB6AB. Grayscale: #3A3A3A. Windows color (decimal): -15382188 or 5523733. OLE color: 5523733.

HSL color Cylindrical-coordinate representation of color #154954: hue angle of 190.48º 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 #154954 is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB217384-
CMYK0.750.1300.67
HSL190.48º60%20.59%-
HSV(B)190.48º75%32.94%-
XYZ4.295.569.24-
YUV58.71142.27101.11-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.80%
GREEN value IS 73 (28.91% from 255) = 41.01%
BLUE value IS 84 (33.20% from 255) = 47.19%
R=11.80%
G=41.01%
B=47.19%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2173840.750.1300.67190.486020.59
Hex1549544BD043be3c15
Octal251111241131501032767425
Binary101011001001101010010010111101010000111011111011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154954; }

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

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

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

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

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

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

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

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