#154F5C

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

Shades of Teal Blue #154F5C

Tints of Teal Blue #154F5C

Color information

#154F5C (or 0x154F5C) is unknown color: approx Teal Blue. HEX triplet: 15, 4F and 5C. RGB value is (21,79,92). Sum of RGB (Red+Green+Blue) = 21+79+92=192 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.94% from 192); Green value is 79 (31.25% from 255 or 41.15% from 192); Blue value is 92 (36.33% from 255 or 47.92% from 192); Max value from RGB is 92 - color contains mainly: blue. Hex color #154F5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154F5C is #EAB0A3. Grayscale: #3F3F3F. Windows color (decimal): -15380644 or 6049557. OLE color: 6049557.

HSL color Cylindrical-coordinate representation of color #154F5C: hue angle of 190.99º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #154F5C is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB217992-
CMYK0.770.1400.64
HSL190.99º62.83%22.16%-
HSV(B)190.99º77.17%36.08%-
XYZ5.046.5211.12-
YUV63.14144.2897.94-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.94%
GREEN value IS 79 (31.25% from 255) = 41.15%
BLUE value IS 92 (36.33% from 255) = 47.92%
R=10.94%
G=41.15%
B=47.92%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2179920.770.1400.64190.9962.8322.16
Hex154F5C4DE040bf3f16
Octal251171341151601002777726
Binary101011001111101110010011011110010000001011111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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