Html Css Color HEX #117D7F Teal

📋 copy color: '#117D7F'

red 17 ◦ green 125 ◦ blue 127

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

Shades of Teal #117D7F

Tints of Teal #117D7F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 46.47%

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

R = 6.32%
G = 46.47%
B = 47.21%

CMYK

 C value IS 0.87

 M value IS 0.02

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#117D7F (or 0x117D7F) is known color: Teal. HEX triplet: 11, 7D and 7F. RGB value is (17,125,127). Sum of RGB (Red+Green+Blue) = 17+125+127=269 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.32% from 269); Green value is 125 (49.22% from 255 or 46.47% from 269); Blue value is 127 (50% from 255 or 47.21% from 269); Max value from RGB is 127 - color contains mainly: blue. Hex color #117D7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117D7F is #EE8280. Grayscale: #5C5C5C. Windows color (decimal): -15630977 or 8355089. OLE color: 8355089.

HSL color Cylindrical-coordinate representation of color #117D7F: hue angle of 181.09º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #117D7F is Cyan = 0.87, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 17 125 127 -
CMYK 0.87 0.02 0 0.50
HSL 181.09º 0.76% 0.28% -
HSV(B) 181.09º 0.87% 0.5% -
XYZ 11.4 16.32 22.63 -
YUV 92.94 147.22 73.84 -
System Red Green Blue C M Y K H S L
Decimal 17 125 127 0.87 0.02 0 0.50 181.09 0.76 0.28
Hex 11 7D 7F 57 2 0 32 B5 4C 1C
Octal 21 175 177 127 2 0 62 265 114 34
Binary 10001 1111101 1111111 1010111 10 0 110010 10110101 1001100 11100

Color Harmonies of #117D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117D7F

Black with #117D7F

Text Example


Text Example

White with #117D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,125,127); }

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

background-color css

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

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

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

border-color css

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

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

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