Html Css Color HEX #117C7C Teal

📋 copy color: '#117C7C'

red 17 ◦ green 124 ◦ blue 124

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

Shades of Teal #117C7C

Tints of Teal #117C7C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 46.79%

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

R = 6.42%
G = 46.79%
B = 46.79%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#117C7C (or 0x117C7C) is known color: Teal. HEX triplet: 11, 7C and 7C. RGB value is (17,124,124). Sum of RGB (Red+Green+Blue) = 17+124+124=265 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.42% from 265); Green value is 124 (48.83% from 255 or 46.79% from 265); Blue value is 124 (48.83% from 255 or 46.79% from 265); Max value from RGB is 124 - color contains mainly: green, blue. Hex color #117C7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117C7C is #EE8383. Grayscale: #5B5B5B. Windows color (decimal): -15631236 or 8158225. OLE color: 8158225.

HSL color Cylindrical-coordinate representation of color #117C7C: hue angle of 180º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117C7C is Cyan = 0.86, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 124 124 -
CMYK 0.86 0 0 0.51
HSL 180º 0.76% 0.28% -
HSV(B) 180º 0.86% 0.49% -
XYZ 11.08 15.99 21.57 -
YUV 92.01 146.05 74.5 -
System Red Green Blue C M Y K H S L
Decimal 17 124 124 0.86 0 0 0.51 180 0.76 0.28
Hex 11 7C 7C 56 0 0 33 B4 4C 1C
Octal 21 174 174 126 0 0 63 264 114 34
Binary 10001 1111100 1111100 1010110 0 0 110011 10110100 1001100 11100

Color Harmonies of #117C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117C7C

Black with #117C7C

Text Example


Text Example

White with #117C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117C7C; }

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

 H1.HeaderClassName
 {
   color: #117C7C;
 }
 .AnyTagClassName
 {
   color: #117C7C;
 }
</style>

background-color css

<style>
 a { background-color: #117C7C; }

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

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

border-color css

<style>
 span { border-color: #117C7C; }

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

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