#154958

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

Shades of Teal Blue #154958

Tints of Teal Blue #154958

Color information

#154958 (or 0x154958) is unknown color: approx Teal Blue. HEX triplet: 15, 49 and 58. RGB value is (21,73,88). Sum of RGB (Red+Green+Blue) = 21+73+88=182 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.54% from 182); Green value is 73 (28.91% from 255 or 40.11% from 182); Blue value is 88 (34.77% from 255 or 48.35% from 182); Max value from RGB is 88 - color contains mainly: blue. Hex color #154958 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154958 is #EAB6A7. Grayscale: #3B3B3B. Windows color (decimal): -15382184 or 5785877. OLE color: 5785877.

HSL color Cylindrical-coordinate representation of color #154958: hue angle of 193.43º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #154958 is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB217388-
CMYK0.760.1700.65
HSL193.43º61.47%21.37%-
HSV(B)193.43º76.14%34.51%-
XYZ4.455.6310.08-
YUV59.16144.27100.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.54%
GREEN value IS 73 (28.91% from 255) = 40.11%
BLUE value IS 88 (34.77% from 255) = 48.35%
R=11.54%
G=40.11%
B=48.35%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2173880.760.1700.65193.4361.4721.37
Hex1549584C11041c13d15
Octal251111301142101013017525
Binary1010110010011011000100110010001010000011100000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154958; }

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

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

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

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

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

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

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

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