#15817F

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

Shades of Teal #15817F

Tints of Teal #15817F

Color information

#15817F (or 0x15817F) is unknown color: approx Teal. HEX triplet: 15, 81 and 7F. RGB value is (21,129,127). Sum of RGB (Red+Green+Blue) = 21+129+127=277 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.58% from 277); Green value is 129 (50.78% from 255 or 46.57% from 277); Blue value is 127 (50% from 255 or 45.85% from 277); Max value from RGB is 129 - color contains mainly: green. Hex color #15817F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15817F is #EA7E80. Grayscale: #606060. Windows color (decimal): -15367809 or 8356117. OLE color: 8356117.

HSL color Cylindrical-coordinate representation of color #15817F: hue angle of 178.89º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #15817F is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB21129127-
CMYK0.8400.020.49
HSL178.89º72%29.41%-
HSV(B)178.89º83.72%50.59%-
XYZ11.9917.3922.8-
YUV96.48145.2274.16-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.58%
GREEN value IS 129 (50.78% from 255) = 46.57%
BLUE value IS 127 (50% from 255) = 45.85%
R=7.58%
G=46.57%
B=45.85%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal211291270.8400.020.49178.897229.41
Hex15817F540231b3481d
Octal25201177124026126311035
Binary10101100000011111111101010001011000110110011100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15817F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,129,127); }

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

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

 a { background-color: rgb(21,129,127); }

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

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

 span { border-color: rgb(21,129,127); }

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