#154E58

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

Shades of Teal Blue #154E58

Tints of Teal Blue #154E58

Color information

#154E58 (or 0x154E58) is unknown color: approx Teal Blue. HEX triplet: 15, 4E and 58. RGB value is (21,78,88). Sum of RGB (Red+Green+Blue) = 21+78+88=187 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.23% from 187); Green value is 78 (30.86% from 255 or 41.71% from 187); Blue value is 88 (34.77% from 255 or 47.06% from 187); Max value from RGB is 88 - color contains mainly: blue. Hex color #154E58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154E58 is #EAB1A7. Grayscale: #3D3D3D. Windows color (decimal): -15380904 or 5787157. OLE color: 5787157.

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

Color convert

RGB217888-
CMYK0.760.1100.65
HSL188.96º61.47%21.37%-
HSV(B)188.96º76.14%34.51%-
XYZ4.86.3110.2-
YUV62.1142.6298.69-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.23%
GREEN value IS 78 (30.86% from 255) = 41.71%
BLUE value IS 88 (34.77% from 255) = 47.06%
R=11.23%
G=41.71%
B=47.06%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2178880.760.1100.65188.9661.4721.37
Hex154E584CB041bd3d15
Octal251161301141301012757525
Binary101011001110101100010011001011010000011011110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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