Html Css Color HEX #118A7C Teal

📋 copy color: '#118A7C'

red 17 ◦ green 138 ◦ blue 124

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

Shades of Teal #118A7C

Tints of Teal #118A7C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 49.46%

 BLUE value IS 124 (48.83% from 255) = 44.44%

R = 6.09%
G = 49.46%
B = 44.44%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#118A7C (or 0x118A7C) is known color: Teal. HEX triplet: 11, 8A and 7C. RGB value is (17,138,124). Sum of RGB (Red+Green+Blue) = 17+138+124=279 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.09% from 279); Green value is 138 (54.30% from 255 or 49.46% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 138 - color contains mainly: green. Hex color #118A7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118A7C is #EE7583. Grayscale: #646464. Windows color (decimal): -15627652 or 8161809. OLE color: 8161809.

HSL color Cylindrical-coordinate representation of color #118A7C: hue angle of 173.06º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118A7C is Cyan = 0.88, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB 17 138 124 -
CMYK 0.88 0 0.10 0.46
HSL 173.06º 0.78% 0.3% -
HSV(B) 173.06º 0.88% 0.54% -
XYZ 12.96 19.75 22.2 -
YUV 100.23 141.41 68.64 -
System Red Green Blue C M Y K H S L
Decimal 17 138 124 0.88 0 0.10 0.46 173.06 0.78 0.3
Hex 11 8A 7C 58 0 A 2E AD 4E 1E
Octal 21 212 174 130 0 12 56 255 116 36
Binary 10001 10001010 1111100 1011000 0 1010 101110 10101101 1001110 11110

Color Harmonies of #118A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118A7C

Black with #118A7C

Text Example


Text Example

White with #118A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118A7C; }

 p { color: rgb(17,138,124); }

 H1.HeaderClassName
 {
   color: #118A7C;
 }
 .AnyTagClassName
 {
   color: #118A7C;
 }
</style>

background-color css

<style>
 a { background-color: #118A7C; }

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

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

border-color css

<style>
 span { border-color: #118A7C; }

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

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