#155058

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

Shades of Teal Blue #155058

Tints of Teal Blue #155058

Color information

#155058 (or 0x155058) is unknown color: approx Teal Blue. HEX triplet: 15, 50 and 58. RGB value is (21,80,88). Sum of RGB (Red+Green+Blue) = 21+80+88=189 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.11% from 189); Green value is 80 (31.64% from 255 or 42.33% from 189); Blue value is 88 (34.77% from 255 or 46.56% from 189); Max value from RGB is 88 - color contains mainly: blue. Hex color #155058 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155058 is #EAAFA7. Grayscale: #3F3F3F. Windows color (decimal): -15380392 or 5787669. OLE color: 5787669.

HSL color Cylindrical-coordinate representation of color #155058: hue angle of 187.16º 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 #155058 is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB218088-
CMYK0.760.0900.65
HSL187.16º61.47%21.37%-
HSV(B)187.16º76.14%34.51%-
XYZ4.946.610.25-
YUV63.27141.9597.85-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.11%
GREEN value IS 80 (31.64% from 255) = 42.33%
BLUE value IS 88 (34.77% from 255) = 46.56%
R=11.11%
G=42.33%
B=46.56%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2180880.760.0900.65187.1661.4721.37
Hex1550584C9041bb3d15
Octal251201301141101012737525
Binary101011010000101100010011001001010000011011101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155058; }

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

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

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

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

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

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

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

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