Html Css Color HEX #15867F Teal

📋 copy color: '#15867F'

red 21 ◦ green 134 ◦ blue 127

#15867F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal #15867F

Tints of Teal #15867F

RGB

 RED value IS 21 (8.59% from 255) = 7.45%

 GREEN value IS 134 (52.73% from 255) = 47.52%

 BLUE value IS 127 (50% from 255) = 45.04%

R = 7.45%
G = 47.52%
B = 45.04%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#15867F (or 0x15867F) is known color: Teal. HEX triplet: 15, 86 and 7F. RGB value is (21,134,127). Sum of RGB (Red+Green+Blue) = 21+134+127=282 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.45% from 282); Green value is 134 (52.73% from 255 or 47.52% from 282); Blue value is 127 (50% from 255 or 45.04% from 282); Max value from RGB is 134 - color contains mainly: green. Hex color #15867F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15867F is #EA7980. Grayscale: #636363. Windows color (decimal): -15366529 or 8357397. OLE color: 8357397.

HSL color Cylindrical-coordinate representation of color #15867F: hue angle of 176.28º 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 #15867F is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 21 134 127 -
CMYK 0.84 0 0.05 0.47
HSL 176.28º 0.73% 0.3% -
HSV(B) 176.28º 0.84% 0.53% -
XYZ 12.67 18.74 23.03 -
YUV 99.42 143.56 72.07 -
System Red Green Blue C M Y K H S L
Decimal 21 134 127 0.84 0 0.05 0.47 176.28 0.73 0.3
Hex 15 86 7F 54 0 5 2F B0 49 1E
Octal 25 206 177 124 0 5 57 260 111 36
Binary 10101 10000110 1111111 1010100 0 101 101111 10110000 1001001 11110

Color Harmonies of #15867F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15867F

Black with #15867F

Text Example


Text Example

White with #15867F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #15867F;
 }
 .AnyTagClassName
 {
   color: #15867F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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