#154756

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

Shades of Teal Blue #154756

Tints of Teal Blue #154756

Color information

#154756 (or 0x154756) is unknown color: approx Teal Blue. HEX triplet: 15, 47 and 56. RGB value is (21,71,86). Sum of RGB (Red+Green+Blue) = 21+71+86=178 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.80% from 178); Green value is 71 (28.12% from 255 or 39.89% from 178); Blue value is 86 (33.98% from 255 or 48.31% from 178); Max value from RGB is 86 - color contains mainly: blue. Hex color #154756 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154756 is #EAB8A9. Grayscale: #393939. Windows color (decimal): -15382698 or 5654293. OLE color: 5654293.

HSL color Cylindrical-coordinate representation of color #154756: hue angle of 193.85º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #154756 is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB217186-
CMYK0.760.1700.66
HSL193.85º60.75%20.98%-
HSV(B)193.85º75.58%33.73%-
XYZ4.245.349.61-
YUV57.76143.94101.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.80%
GREEN value IS 71 (28.12% from 255) = 39.89%
BLUE value IS 86 (33.98% from 255) = 48.31%
R=11.80%
G=39.89%
B=48.31%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2171860.760.1700.66193.8560.7520.98
Hex1547564C11042c23d15
Octal251071261142101023027525
Binary1010110001111010110100110010001010000101100001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154756; }

 p { color: rgb(21,71,86); }

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

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

 a { background-color: rgb(21,71,86); }

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

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

 span { border-color: rgb(21,71,86); }

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