Html Css Color HEX #117B7D Teal

📋 copy color: '#117B7D'

red 17 ◦ green 123 ◦ blue 125

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

Shades of Teal #117B7D

Tints of Teal #117B7D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 46.42%

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

R = 6.42%
G = 46.42%
B = 47.17%

CMYK

 C value IS 0.86

 M value IS 0.02

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#117B7D (or 0x117B7D) is known color: Teal. HEX triplet: 11, 7B and 7D. RGB value is (17,123,125). Sum of RGB (Red+Green+Blue) = 17+123+125=265 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.42% from 265); Green value is 123 (48.44% from 255 or 46.42% from 265); Blue value is 125 (49.22% from 255 or 47.17% from 265); Max value from RGB is 125 - color contains mainly: blue. Hex color #117B7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117B7D is #EE8482. Grayscale: #5B5B5B. Windows color (decimal): -15631491 or 8223505. OLE color: 8223505.

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

Color convert

RGB 17 123 125 -
CMYK 0.86 0.02 0 0.51
HSL 181.11º 0.76% 0.28% -
HSV(B) 181.11º 0.86% 0.49% -
XYZ 11.02 15.77 21.86 -
YUV 91.53 146.88 74.84 -
System Red Green Blue C M Y K H S L
Decimal 17 123 125 0.86 0.02 0 0.51 181.11 0.76 0.28
Hex 11 7B 7D 56 2 0 33 B5 4C 1C
Octal 21 173 175 126 2 0 63 265 114 34
Binary 10001 1111011 1111101 1010110 10 0 110011 10110101 1001100 11100

Color Harmonies of #117B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117B7D

Black with #117B7D

Text Example


Text Example

White with #117B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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