#155059

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

Shades of Teal Blue #155059

Tints of Teal Blue #155059

Color information

#155059 (or 0x155059) is unknown color: approx Teal Blue. HEX triplet: 15, 50 and 59. RGB value is (21,80,89). Sum of RGB (Red+Green+Blue) = 21+80+89=190 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.05% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 89 (35.16% from 255 or 46.84% from 190); Max value from RGB is 89 - color contains mainly: blue. Hex color #155059 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155059 is #EAAFA6. Grayscale: #3F3F3F. Windows color (decimal): -15380391 or 5853205. OLE color: 5853205.

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

Color convert

RGB218089-
CMYK0.760.1000.65
HSL187.94º61.82%21.57%-
HSV(B)187.94º76.4%34.9%-
XYZ4.986.6210.47-
YUV63.38142.4597.77-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.05%
GREEN value IS 80 (31.64% from 255) = 42.11%
BLUE value IS 89 (35.16% from 255) = 46.84%
R=11.05%
G=42.11%
B=46.84%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2180890.760.1000.65187.9461.8221.57
Hex1550594CA041bc3e16
Octal251201311141201012747626
Binary101011010000101100110011001010010000011011110011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155059; }

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

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

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

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

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

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

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

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