#15515D

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

Shades of Teal Blue #15515D

Tints of Teal Blue #15515D

Color information

#15515D (or 0x15515D) is unknown color: approx Teal Blue. HEX triplet: 15, 51 and 5D. RGB value is (21,81,93). Sum of RGB (Red+Green+Blue) = 21+81+93=195 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.77% from 195); Green value is 81 (32.03% from 255 or 41.54% from 195); Blue value is 93 (36.72% from 255 or 47.69% from 195); Max value from RGB is 93 - color contains mainly: blue. Hex color #15515D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15515D is #EAAEA2. Grayscale: #404040. Windows color (decimal): -15380131 or 6115605. OLE color: 6115605.

HSL color Cylindrical-coordinate representation of color #15515D: hue angle of 190º 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 #15515D is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB218193-
CMYK0.770.1300.64
HSL190º63.16%22.35%-
HSV(B)190º77.42%36.47%-
XYZ5.236.8311.4-
YUV64.43144.1297.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.77%
GREEN value IS 81 (32.03% from 255) = 41.54%
BLUE value IS 93 (36.72% from 255) = 47.69%
R=10.77%
G=41.54%
B=47.69%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2181930.770.1300.6419063.1622.35
Hex15515D4DD040be3f16
Octal251211351151501002767726
Binary101011010001101110110011011101010000001011111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15515D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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