#154B56

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

Shades of Teal Blue #154B56

Tints of Teal Blue #154B56

Color information

#154B56 (or 0x154B56) is unknown color: approx Teal Blue. HEX triplet: 15, 4B and 56. RGB value is (21,75,86). Sum of RGB (Red+Green+Blue) = 21+75+86=182 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.54% from 182); Green value is 75 (29.69% from 255 or 41.21% from 182); Blue value is 86 (33.98% from 255 or 47.25% from 182); Max value from RGB is 86 - color contains mainly: blue. Hex color #154B56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154B56 is #EAB4A9. Grayscale: #3C3C3C. Windows color (decimal): -15381674 or 5655317. OLE color: 5655317.

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

Color convert

RGB217586-
CMYK0.760.1300.66
HSL190.15º60.75%20.98%-
HSV(B)190.15º75.58%33.73%-
XYZ4.515.869.7-
YUV60.11142.61100.11-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.54%
GREEN value IS 75 (29.69% from 255) = 41.21%
BLUE value IS 86 (33.98% from 255) = 47.25%
R=11.54%
G=41.21%
B=47.25%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2175860.760.1300.66190.1560.7520.98
Hex154B564CD042be3d15
Octal251131261141501022767525
Binary101011001011101011010011001101010000101011111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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