#154654

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

Shades of Teal Blue #154654

Tints of Teal Blue #154654

Color information

#154654 (or 0x154654) is unknown color: approx Teal Blue. HEX triplet: 15, 46 and 54. RGB value is (21,70,84). Sum of RGB (Red+Green+Blue) = 21+70+84=175 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 84 (33.20% from 255 or 48% from 175); Max value from RGB is 84 - color contains mainly: blue. Hex color #154654 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154654 is #EAB9AB. Grayscale: #383838. Windows color (decimal): -15382956 or 5522965. OLE color: 5522965.

HSL color Cylindrical-coordinate representation of color #154654: hue angle of 193.33º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #154654 is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB217084-
CMYK0.750.1700.67
HSL193.33º60%20.59%-
HSV(B)193.33º75%32.94%-
XYZ4.15.189.17-
YUV56.94143.27102.36-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12%
GREEN value IS 70 (27.73% from 255) = 40%
BLUE value IS 84 (33.20% from 255) = 48%
R=12%
G=40%
B=48%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2170840.750.1700.67193.336020.59
Hex1546544B11043c13c15
Octal251061241132101033017425
Binary1010110001101010100100101110001010000111100000111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154654; }

 p { color: rgb(21,70,84); }

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

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

 a { background-color: rgb(21,70,84); }

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

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

 span { border-color: rgb(21,70,84); }

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