#154D59

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

Shades of Teal Blue #154D59

Tints of Teal Blue #154D59

Color information

#154D59 (or 0x154D59) is unknown color: approx Teal Blue. HEX triplet: 15, 4D and 59. RGB value is (21,77,89). Sum of RGB (Red+Green+Blue) = 21+77+89=187 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.23% from 187); Green value is 77 (30.47% from 255 or 41.18% from 187); Blue value is 89 (35.16% from 255 or 47.59% from 187); Max value from RGB is 89 - color contains mainly: blue. Hex color #154D59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154D59 is #EAB2A6. Grayscale: #3D3D3D. Windows color (decimal): -15381159 or 5852437. OLE color: 5852437.

HSL color Cylindrical-coordinate representation of color #154D59: hue angle of 190.59º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #154D59 is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB217789-
CMYK0.760.1300.65
HSL190.59º61.82%21.57%-
HSV(B)190.59º76.4%34.9%-
XYZ4.776.1910.39-
YUV61.62143.4599.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.23%
GREEN value IS 77 (30.47% from 255) = 41.18%
BLUE value IS 89 (35.16% from 255) = 47.59%
R=11.23%
G=41.18%
B=47.59%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2177890.760.1300.65190.5961.8221.57
Hex154D594CD041bf3e16
Octal251151311141501012777626
Binary101011001101101100110011001101010000011011111111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,77,89); }

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

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

 a { background-color: rgb(21,77,89); }

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

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

 span { border-color: rgb(21,77,89); }

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