#154F59

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

Shades of Teal Blue #154F59

Tints of Teal Blue #154F59

Color information

#154F59 (or 0x154F59) is unknown color: approx Teal Blue. HEX triplet: 15, 4F and 59. RGB value is (21,79,89). Sum of RGB (Red+Green+Blue) = 21+79+89=189 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.11% from 189); Green value is 79 (31.25% from 255 or 41.80% from 189); Blue value is 89 (35.16% from 255 or 47.09% from 189); Max value from RGB is 89 - color contains mainly: blue. Hex color #154F59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154F59 is #EAB0A6. Grayscale: #3E3E3E. Windows color (decimal): -15380647 or 5852949. OLE color: 5852949.

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

Color convert

RGB217989-
CMYK0.760.1100.65
HSL188.82º61.82%21.57%-
HSV(B)188.82º76.4%34.9%-
XYZ4.916.4710.44-
YUV62.8142.7898.19-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.11%
GREEN value IS 79 (31.25% from 255) = 41.80%
BLUE value IS 89 (35.16% from 255) = 47.09%
R=11.11%
G=41.80%
B=47.09%

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
Decimal2179890.760.1100.65188.8261.8221.57
Hex154F594CB041bd3e16
Octal251171311141301012757626
Binary101011001111101100110011001011010000011011110111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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