Html Css Color HEX #117A7F Teal

📋 copy color: '#117A7F'

red 17 ◦ green 122 ◦ blue 127

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

Shades of Teal #117A7F

Tints of Teal #117A7F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 45.86%

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

R = 6.39%
G = 45.86%
B = 47.74%

CMYK

 C value IS 0.87

 M value IS 0.04

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#117A7F (or 0x117A7F) is known color: Teal. HEX triplet: 11, 7A and 7F. RGB value is (17,122,127). Sum of RGB (Red+Green+Blue) = 17+122+127=266 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.39% from 266); Green value is 122 (48.05% from 255 or 45.86% from 266); Blue value is 127 (50% from 255 or 47.74% from 266); Max value from RGB is 127 - color contains mainly: blue. Hex color #117A7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117A7F is #EE8580. Grayscale: #5B5B5B. Windows color (decimal): -15631745 or 8354321. OLE color: 8354321.

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

Color convert

RGB 17 122 127 -
CMYK 0.87 0.04 0 0.50
HSL 182.73º 0.76% 0.28% -
HSV(B) 182.73º 0.87% 0.5% -
XYZ 11.02 15.57 22.5 -
YUV 91.18 148.21 75.09 -
System Red Green Blue C M Y K H S L
Decimal 17 122 127 0.87 0.04 0 0.50 182.73 0.76 0.28
Hex 11 7A 7F 57 4 0 32 B7 4C 1C
Octal 21 172 177 127 4 0 62 267 114 34
Binary 10001 1111010 1111111 1010111 100 0 110010 10110111 1001100 11100

Color Harmonies of #117A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117A7F

Black with #117A7F

Text Example


Text Example

White with #117A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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