#154B55

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

Shades of Teal Blue #154B55

Tints of Teal Blue #154B55

Color information

#154B55 (or 0x154B55) is unknown color: approx Teal Blue. HEX triplet: 15, 4B and 55. RGB value is (21,75,85). Sum of RGB (Red+Green+Blue) = 21+75+85=181 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.60% from 181); Green value is 75 (29.69% from 255 or 41.44% from 181); Blue value is 85 (33.59% from 255 or 46.96% from 181); Max value from RGB is 85 - color contains mainly: blue. Hex color #154B55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154B55 is #EAB4AA. Grayscale: #3B3B3B. Windows color (decimal): -15381675 or 5589781. OLE color: 5589781.

HSL color Cylindrical-coordinate representation of color #154B55: hue angle of 189.38º 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 #154B55 is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB217585-
CMYK0.750.1200.67
HSL189.38º60.38%20.78%-
HSV(B)189.38º75.29%33.33%-
XYZ4.475.859.49-
YUV59.99142.11100.19-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.60%
GREEN value IS 75 (29.69% from 255) = 41.44%
BLUE value IS 85 (33.59% from 255) = 46.96%
R=11.60%
G=41.44%
B=46.96%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2175850.750.1200.67189.3860.3820.78
Hex154B554BC043bd3c15
Octal251131251131401032757425
Binary101011001011101010110010111100010000111011110111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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