Html Css Color HEX #117D7D Teal

📋 copy color: '#117D7D'

red 17 ◦ green 125 ◦ blue 125

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

Shades of Teal #117D7D

Tints of Teal #117D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 46.82%

R = 6.37%
G = 46.82%
B = 46.82%

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

#117D7D (or 0x117D7D) is known color: Teal. HEX triplet: 11, 7D and 7D. RGB value is (17,125,125). Sum of RGB (Red+Green+Blue) = 17+125+125=267 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.37% from 267); Green value is 125 (49.22% from 255 or 46.82% from 267); Blue value is 125 (49.22% from 255 or 46.82% from 267); Max value from RGB is 125 - color contains mainly: green, blue. Hex color #117D7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117D7D is #EE8282. Grayscale: #5C5C5C. Windows color (decimal): -15630979 or 8224017. OLE color: 8224017.

HSL color Cylindrical-coordinate representation of color #117D7D: 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 #117D7D is Cyan = 0.86, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 125 125 -
CMYK 0.86 0 0 0.51
HSL 180º 0.76% 0.28% -
HSV(B) 180º 0.86% 0.49% -
XYZ 11.27 16.27 21.95 -
YUV 92.71 146.22 74 -
System Red Green Blue C M Y K H S L
Decimal 17 125 125 0.86 0 0 0.51 180 0.76 0.28
Hex 11 7D 7D 56 0 0 33 B4 4C 1C
Octal 21 175 175 126 0 0 63 264 114 34
Binary 10001 1111101 1111101 1010110 0 0 110011 10110100 1001100 11100

Color Harmonies of #117D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117D7D

Black with #117D7D

Text Example


Text Example

White with #117D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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