#15505B

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

Shades of Teal Blue #15505B

Tints of Teal Blue #15505B

Color information

#15505B (or 0x15505B) is unknown color: approx Teal Blue. HEX triplet: 15, 50 and 5B. RGB value is (21,80,91). Sum of RGB (Red+Green+Blue) = 21+80+91=192 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.94% from 192); Green value is 80 (31.64% from 255 or 41.67% from 192); Blue value is 91 (35.94% from 255 or 47.40% from 192); Max value from RGB is 91 - color contains mainly: blue. Hex color #15505B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15505B is #EAAFA4. Grayscale: #3F3F3F. Windows color (decimal): -15380389 or 5984277. OLE color: 5984277.

HSL color Cylindrical-coordinate representation of color #15505B: hue angle of 189.43º degrees, saturation: 0.62, 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 #15505B is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB218091-
CMYK0.770.1200.64
HSL189.43º62.5%21.96%-
HSV(B)189.43º76.92%35.69%-
XYZ5.076.6510.91-
YUV63.61143.4597.61-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.94%
GREEN value IS 80 (31.64% from 255) = 41.67%
BLUE value IS 91 (35.94% from 255) = 47.40%
R=10.94%
G=41.67%
B=47.40%

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
Decimal2180910.770.1200.64189.4362.521.96
Hex15505B4DC040bd3e16
Octal251201331151401002757626
Binary101011010000101101110011011100010000001011110111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15505B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15505B; }

 p { color: rgb(21,80,91); }

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

<style>
 a { background-color: #15505B; }

 a { background-color: rgb(21,80,91); }

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

<style>
 span { border-color: #15505B; }

 span { border-color: rgb(21,80,91); }

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