Html Css Color HEX #11827C Teal

📋 copy color: '#11827C'

red 17 ◦ green 130 ◦ blue 124

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

Shades of Teal #11827C

Tints of Teal #11827C

RGB

 RED value IS 17 (7.03% from 255) = 6.27%

 GREEN value IS 130 (51.17% from 255) = 47.97%

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

R = 6.27%
G = 47.97%
B = 45.76%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#11827C (or 0x11827C) is known color: Teal. HEX triplet: 11, 82 and 7C. RGB value is (17,130,124). Sum of RGB (Red+Green+Blue) = 17+130+124=271 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.27% from 271); Green value is 130 (51.17% from 255 or 47.97% from 271); Blue value is 124 (48.83% from 255 or 45.76% from 271); Max value from RGB is 130 - color contains mainly: green. Hex color #11827C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11827C is #EE7D83. Grayscale: #5F5F5F. Windows color (decimal): -15629700 or 8159761. OLE color: 8159761.

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

Color convert

RGB 17 130 124 -
CMYK 0.87 0 0.05 0.49
HSL 176.81º 0.77% 0.29% -
HSV(B) 176.81º 0.87% 0.51% -
XYZ 11.85 17.54 21.83 -
YUV 95.53 144.06 71.99 -
System Red Green Blue C M Y K H S L
Decimal 17 130 124 0.87 0 0.05 0.49 176.81 0.77 0.29
Hex 11 82 7C 57 0 5 31 B1 4D 1D
Octal 21 202 174 127 0 5 61 261 115 35
Binary 10001 10000010 1111100 1010111 0 101 110001 10110001 1001101 11101

Color Harmonies of #11827C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11827C

Black with #11827C

Text Example


Text Example

White with #11827C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,130,124); }

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

background-color css

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

 a { background-color: rgb(17,130,124); }

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

border-color css

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

 span { border-color: rgb(17,130,124); }

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