#15515F

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

Shades of Teal Blue #15515F

Tints of Teal Blue #15515F

Color information

#15515F (or 0x15515F) is unknown color: approx Teal Blue. HEX triplet: 15, 51 and 5F. RGB value is (21,81,95). Sum of RGB (Red+Green+Blue) = 21+81+95=197 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.66% from 197); Green value is 81 (32.03% from 255 or 41.12% from 197); Blue value is 95 (37.5% from 255 or 48.22% from 197); Max value from RGB is 95 - color contains mainly: blue. Hex color #15515F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15515F is #EAAEA0. Grayscale: #404040. Windows color (decimal): -15380129 or 6246677. OLE color: 6246677.

HSL color Cylindrical-coordinate representation of color #15515F: hue angle of 191.35º degrees, saturation: 0.64, 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 #15515F is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB218195-
CMYK0.780.1500.63
HSL191.35º63.79%22.75%-
HSV(B)191.35º77.89%37.25%-
XYZ5.326.8711.87-
YUV64.66145.1296.86-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.66%
GREEN value IS 81 (32.03% from 255) = 41.12%
BLUE value IS 95 (37.5% from 255) = 48.22%
R=10.66%
G=41.12%
B=48.22%

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
Decimal2181950.780.1500.63191.3563.7922.75
Hex15515F4EF03Fbf4017
Octal251211371161707727710027
Binary101011010001101111110011101111011111110111111100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15515F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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