#15867C

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

Shades of Teal #15867C

Tints of Teal #15867C

Color information

#15867C (or 0x15867C) is unknown color: approx Teal. HEX triplet: 15, 86 and 7C. RGB value is (21,134,124). Sum of RGB (Red+Green+Blue) = 21+134+124=279 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.53% from 279); Green value is 134 (52.73% from 255 or 48.03% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 134 - color contains mainly: green. Hex color #15867C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15867C is #EA7983. Grayscale: #636363. Windows color (decimal): -15366532 or 8160789. OLE color: 8160789.

HSL color Cylindrical-coordinate representation of color #15867C: hue angle of 174.69º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #15867C is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB21134124-
CMYK0.8400.070.47
HSL174.69º72.9%30.39%-
HSV(B)174.69º84.33%52.55%-
XYZ12.4718.6622.01-
YUV99.07142.0672.31-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.53%
GREEN value IS 134 (52.73% from 255) = 48.03%
BLUE value IS 124 (48.83% from 255) = 44.44%
R=7.53%
G=48.03%
B=44.44%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal211341240.8400.070.47174.6972.930.39
Hex15867C54072Faf491e
Octal25206174124075725711136
Binary101011000011011111001010100011110111110101111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15867C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,134,124); }

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

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

 a { background-color: rgb(21,134,124); }

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

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

 span { border-color: rgb(21,134,124); }

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