#15847E

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

Shades of Teal #15847E

Tints of Teal #15847E

Color information

#15847E (or 0x15847E) is unknown color: approx Teal. HEX triplet: 15, 84 and 7E. RGB value is (21,132,126). Sum of RGB (Red+Green+Blue) = 21+132+126=279 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.53% from 279); Green value is 132 (51.95% from 255 or 47.31% from 279); Blue value is 126 (49.61% from 255 or 45.16% from 279); Max value from RGB is 132 - color contains mainly: green. Hex color #15847E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15847E is #EA7B81. Grayscale: #626262. Windows color (decimal): -15367042 or 8291349. OLE color: 8291349.

HSL color Cylindrical-coordinate representation of color #15847E: hue angle of 176.76º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #15847E is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB21132126-
CMYK0.8400.050.48
HSL176.76º72.55%30%-
HSV(B)176.76º84.09%51.76%-
XYZ12.3318.1722.6-
YUV98.13143.7372.99-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.53%
GREEN value IS 132 (51.95% from 255) = 47.31%
BLUE value IS 126 (49.61% from 255) = 45.16%
R=7.53%
G=47.31%
B=45.16%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal211321260.8400.050.48176.7672.5530
Hex15847E540530b1491e
Octal25204176124056026111136
Binary101011000010011111101010100010111000010110001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15847E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15847E; }

 p { color: rgb(21,132,126); }

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

<style>
 a { background-color: #15847E; }

 a { background-color: rgb(21,132,126); }

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

<style>
 span { border-color: #15847E; }

 span { border-color: rgb(21,132,126); }

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