#155158

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

Shades of Teal Blue #155158

Tints of Teal Blue #155158

Color information

#155158 (or 0x155158) is unknown color: approx Teal Blue. HEX triplet: 15, 51 and 58. RGB value is (21,81,88). Sum of RGB (Red+Green+Blue) = 21+81+88=190 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.05% from 190); Green value is 81 (32.03% from 255 or 42.63% from 190); Blue value is 88 (34.77% from 255 or 46.32% from 190); Max value from RGB is 88 - color contains mainly: blue. Hex color #155158 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155158 is #EAAEA7. Grayscale: #3F3F3F. Windows color (decimal): -15380136 or 5787925. OLE color: 5787925.

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

Color convert

RGB218188-
CMYK0.760.0800.65
HSL186.27º61.47%21.37%-
HSV(B)186.27º76.14%34.51%-
XYZ5.016.7510.27-
YUV63.86141.6297.43-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.05%
GREEN value IS 81 (32.03% from 255) = 42.63%
BLUE value IS 88 (34.77% from 255) = 46.32%
R=11.05%
G=42.63%
B=46.32%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2181880.760.0800.65186.2761.4721.37
Hex1551584C8041ba3d15
Octal251211301141001012727525
Binary101011010001101100010011001000010000011011101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155158; }

 p { color: rgb(21,81,88); }

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

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

 a { background-color: rgb(21,81,88); }

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

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

 span { border-color: rgb(21,81,88); }

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