#15505E

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

Shades of Teal Blue #15505E

Tints of Teal Blue #15505E

Color information

#15505E (or 0x15505E) is unknown color: approx Teal Blue. HEX triplet: 15, 50 and 5E. RGB value is (21,80,94). Sum of RGB (Red+Green+Blue) = 21+80+94=195 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.77% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 94 (37.11% from 255 or 48.21% from 195); Max value from RGB is 94 - color contains mainly: blue. Hex color #15505E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15505E is #EAAFA1. Grayscale: #3F3F3F. Windows color (decimal): -15380386 or 6180885. OLE color: 6180885.

HSL color Cylindrical-coordinate representation of color #15505E: hue angle of 191.51º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #15505E is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB218094-
CMYK0.780.1500.63
HSL191.51º63.48%22.55%-
HSV(B)191.51º77.66%36.86%-
XYZ5.26.711.61-
YUV63.95144.9597.36-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.77%
GREEN value IS 80 (31.64% from 255) = 41.03%
BLUE value IS 94 (37.11% from 255) = 48.21%
R=10.77%
G=41.03%
B=48.21%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2180940.780.1500.63191.5163.4822.55
Hex15505E4EF03Fc03f17
Octal25120136116170773007727
Binary10101101000010111101001110111101111111100000011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15505E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15505E; }

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

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

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

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

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

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

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

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