Html Css Color HEX #15817C Teal

📋 copy color: '#15817C'

red 21 ◦ green 129 ◦ blue 124

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

Shades of Teal #15817C

Tints of Teal #15817C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 47.08%

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

R = 7.66%
G = 47.08%
B = 45.26%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#15817C (or 0x15817C) is known color: Teal. HEX triplet: 15, 81 and 7C. RGB value is (21,129,124). Sum of RGB (Red+Green+Blue) = 21+129+124=274 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.66% from 274); Green value is 129 (50.78% from 255 or 47.08% from 274); Blue value is 124 (48.83% from 255 or 45.26% from 274); Max value from RGB is 129 - color contains mainly: green. Hex color #15817C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15817C is #EA7E83. Grayscale: #606060. Windows color (decimal): -15367812 or 8159509. OLE color: 8159509.

HSL color Cylindrical-coordinate representation of color #15817C: hue angle of 177.22º 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 #15817C is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 21 129 124 -
CMYK 0.84 0 0.04 0.49
HSL 177.22º 0.72% 0.29% -
HSV(B) 177.22º 0.84% 0.51% -
XYZ 11.8 17.32 21.79 -
YUV 96.14 143.72 74.41 -
System Red Green Blue C M Y K H S L
Decimal 21 129 124 0.84 0 0.04 0.49 177.22 0.72 0.29
Hex 15 81 7C 54 0 4 31 B1 48 1D
Octal 25 201 174 124 0 4 61 261 110 35
Binary 10101 10000001 1111100 1010100 0 100 110001 10110001 1001000 11101

Color Harmonies of #15817C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15817C

Black with #15817C

Text Example


Text Example

White with #15817C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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