Html Css Color HEX #15807F Teal

📋 copy color: '#15807F'

red 21 ◦ green 128 ◦ blue 127

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

Shades of Teal #15807F

Tints of Teal #15807F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 46.38%

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

R = 7.61%
G = 46.38%
B = 46.01%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.01

 K value IS 0.50

RGB Variations

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

Color information

#15807F (or 0x15807F) is known color: Teal. HEX triplet: 15, 80 and 7F. RGB value is (21,128,127). Sum of RGB (Red+Green+Blue) = 21+128+127=276 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.61% from 276); Green value is 128 (50.39% from 255 or 46.38% from 276); Blue value is 127 (50% from 255 or 46.01% from 276); Max value from RGB is 128 - color contains mainly: green. Hex color #15807F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15807F is #EA7F80. Grayscale: #5F5F5F. Windows color (decimal): -15368065 or 8355861. OLE color: 8355861.

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

Color convert

RGB 21 128 127 -
CMYK 0.84 0 0.01 0.50
HSL 179.44º 0.72% 0.29% -
HSV(B) 179.44º 0.84% 0.5% -
XYZ 11.86 17.13 22.76 -
YUV 95.89 145.55 74.58 -
System Red Green Blue C M Y K H S L
Decimal 21 128 127 0.84 0 0.01 0.50 179.44 0.72 0.29
Hex 15 80 7F 54 0 1 32 B3 48 1D
Octal 25 200 177 124 0 1 62 263 110 35
Binary 10101 10000000 1111111 1010100 0 1 110010 10110011 1001000 11101

Color Harmonies of #15807F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15807F

Black with #15807F

Text Example


Text Example

White with #15807F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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