#15525C

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

Shades of Teal Blue #15525C

Tints of Teal Blue #15525C

Color information

#15525C (or 0x15525C) is unknown color: approx Teal Blue. HEX triplet: 15, 52 and 5C. RGB value is (21,82,92). Sum of RGB (Red+Green+Blue) = 21+82+92=195 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.77% from 195); Green value is 82 (32.42% from 255 or 42.05% from 195); Blue value is 92 (36.33% from 255 or 47.18% from 195); Max value from RGB is 92 - color contains mainly: blue. Hex color #15525C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15525C is #EAADA3. Grayscale: #404040. Windows color (decimal): -15379876 or 6050325. OLE color: 6050325.

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

Color convert

RGB218292-
CMYK0.770.1100.64
HSL188.45º62.83%22.16%-
HSV(B)188.45º77.17%36.08%-
XYZ5.266.9711.19-
YUV64.9143.2996.69-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.77%
GREEN value IS 82 (32.42% from 255) = 42.05%
BLUE value IS 92 (36.33% from 255) = 47.18%
R=10.77%
G=42.05%
B=47.18%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2182920.770.1100.64188.4562.8322.16
Hex15525C4DB040bc3f16
Octal251221341151301002747726
Binary101011010010101110010011011011010000001011110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15525C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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