#15515C

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

Shades of Teal Blue #15515C

Tints of Teal Blue #15515C

Color information

#15515C (or 0x15515C) is unknown color: approx Teal Blue. HEX triplet: 15, 51 and 5C. RGB value is (21,81,92). Sum of RGB (Red+Green+Blue) = 21+81+92=194 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.82% from 194); Green value is 81 (32.03% from 255 or 41.75% from 194); Blue value is 92 (36.33% from 255 or 47.42% from 194); Max value from RGB is 92 - color contains mainly: blue. Hex color #15515C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15515C is #EAAEA3. Grayscale: #404040. Windows color (decimal): -15380132 or 6050069. OLE color: 6050069.

HSL color Cylindrical-coordinate representation of color #15515C: hue angle of 189.3º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15515C is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB218192-
CMYK0.770.1200.64
HSL189.3º62.83%22.16%-
HSV(B)189.3º77.17%36.08%-
XYZ5.186.8211.17-
YUV64.31143.6297.11-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.82%
GREEN value IS 81 (32.03% from 255) = 41.75%
BLUE value IS 92 (36.33% from 255) = 47.42%
R=10.82%
G=41.75%
B=47.42%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2181920.770.1200.64189.362.8322.16
Hex15515C4DC040bd3f16
Octal251211341151401002757726
Binary101011010001101110010011011100010000001011110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15515C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15515C; }

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

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

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

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

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

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

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

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