#15525F

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

Shades of Teal Blue #15525F

Tints of Teal Blue #15525F

Color information

#15525F (or 0x15525F) is unknown color: approx Teal Blue. HEX triplet: 15, 52 and 5F. RGB value is (21,82,95). Sum of RGB (Red+Green+Blue) = 21+82+95=198 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.61% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 95 (37.5% from 255 or 47.98% from 198); Max value from RGB is 95 - color contains mainly: blue. Hex color #15525F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15525F is #EAADA0. Grayscale: #414141. Windows color (decimal): -15379873 or 6246933. OLE color: 6246933.

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

Color convert

RGB218295-
CMYK0.780.1400.63
HSL190.54º63.79%22.75%-
HSV(B)190.54º77.89%37.25%-
XYZ5.397.0211.9-
YUV65.24144.7996.44-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.61%
GREEN value IS 82 (32.42% from 255) = 41.41%
BLUE value IS 95 (37.5% from 255) = 47.98%
R=10.61%
G=41.41%
B=47.98%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2182950.780.1400.63190.5463.7922.75
Hex15525F4EE03Fbf4017
Octal251221371161607727710027
Binary101011010010101111110011101110011111110111111100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15525F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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