#154F5A

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

Shades of Teal Blue #154F5A

Tints of Teal Blue #154F5A

Color information

#154F5A (or 0x154F5A) is unknown color: approx Teal Blue. HEX triplet: 15, 4F and 5A. RGB value is (21,79,90). Sum of RGB (Red+Green+Blue) = 21+79+90=190 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.05% from 190); Green value is 79 (31.25% from 255 or 41.58% from 190); Blue value is 90 (35.55% from 255 or 47.37% from 190); Max value from RGB is 90 - color contains mainly: blue. Hex color #154F5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154F5A is #EAB0A5. Grayscale: #3E3E3E. Windows color (decimal): -15380646 or 5918485. OLE color: 5918485.

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

Color convert

RGB217990-
CMYK0.770.1200.65
HSL189.57º62.16%21.76%-
HSV(B)189.57º76.67%35.29%-
XYZ4.956.4910.66-
YUV62.91143.2898.11-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.05%
GREEN value IS 79 (31.25% from 255) = 41.58%
BLUE value IS 90 (35.55% from 255) = 47.37%
R=11.05%
G=41.58%
B=47.37%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2179900.770.1200.65189.5762.1621.76
Hex154F5A4DC041be3e16
Octal251171321151401012767626
Binary101011001111101101010011011100010000011011111011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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