Html Css Color HEX #117B7F Teal

📋 copy color: '#117B7F'

red 17 ◦ green 123 ◦ blue 127

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

Shades of Teal #117B7F

Tints of Teal #117B7F

RGB

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

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

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

R = 6.37%
G = 46.07%
B = 47.57%

CMYK

 C value IS 0.87

 M value IS 0.03

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#117B7F (or 0x117B7F) is known color: Teal. HEX triplet: 11, 7B and 7F. RGB value is (17,123,127). Sum of RGB (Red+Green+Blue) = 17+123+127=267 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.37% from 267); Green value is 123 (48.44% from 255 or 46.07% from 267); Blue value is 127 (50% from 255 or 47.57% from 267); Max value from RGB is 127 - color contains mainly: blue. Hex color #117B7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117B7F is #EE8480. Grayscale: #5B5B5B. Windows color (decimal): -15631489 or 8354577. OLE color: 8354577.

HSL color Cylindrical-coordinate representation of color #117B7F: hue angle of 182.18º 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 #117B7F is Cyan = 0.87, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 17 123 127 -
CMYK 0.87 0.03 0 0.50
HSL 182.18º 0.76% 0.28% -
HSV(B) 182.18º 0.87% 0.5% -
XYZ 11.14 15.82 22.54 -
YUV 91.76 147.88 74.67 -
System Red Green Blue C M Y K H S L
Decimal 17 123 127 0.87 0.03 0 0.50 182.18 0.76 0.28
Hex 11 7B 7F 57 3 0 32 B6 4C 1C
Octal 21 173 177 127 3 0 62 266 114 34
Binary 10001 1111011 1111111 1010111 11 0 110010 10110110 1001100 11100

Color Harmonies of #117B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117B7F

Black with #117B7F

Text Example


Text Example

White with #117B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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