Html Css Color HEX #15837C Teal

📋 copy color: '#15837C'

red 21 ◦ green 131 ◦ blue 124

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

Shades of Teal #15837C

Tints of Teal #15837C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 47.46%

 BLUE value IS 124 (48.83% from 255) = 44.93%

R = 7.61%
G = 47.46%
B = 44.93%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#15837C (or 0x15837C) is known color: Teal. HEX triplet: 15, 83 and 7C. RGB value is (21,131,124). Sum of RGB (Red+Green+Blue) = 21+131+124=276 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.61% from 276); Green value is 131 (51.56% from 255 or 47.46% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 131 - color contains mainly: green. Hex color #15837C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15837C is #EA7C83. Grayscale: #616161. Windows color (decimal): -15367300 or 8160021. OLE color: 8160021.

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

Color convert

RGB 21 131 124 -
CMYK 0.84 0 0.05 0.49
HSL 176.18º 0.72% 0.3% -
HSV(B) 176.18º 0.84% 0.51% -
XYZ 12.06 17.85 21.88 -
YUV 97.31 143.06 73.57 -
System Red Green Blue C M Y K H S L
Decimal 21 131 124 0.84 0 0.05 0.49 176.18 0.72 0.3
Hex 15 83 7C 54 0 5 31 B0 48 1E
Octal 25 203 174 124 0 5 61 260 110 36
Binary 10101 10000011 1111100 1010100 0 101 110001 10110000 1001000 11110

Color Harmonies of #15837C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15837C

Black with #15837C

Text Example


Text Example

White with #15837C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #15837C;
 }
 .AnyTagClassName
 {
   color: #15837C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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