Html Css Color HEX #117A8A Teal

📋 copy color: '#117A8A'

red 17 ◦ green 122 ◦ blue 138

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

Shades of Teal #117A8A

Tints of Teal #117A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 49.82%

R = 6.14%
G = 44.04%
B = 49.82%

CMYK

 C value IS 0.88

 M value IS 0.12

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#117A8A (or 0x117A8A) is known color: Teal. HEX triplet: 11, 7A and 8A. RGB value is (17,122,138). Sum of RGB (Red+Green+Blue) = 17+122+138=277 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.14% from 277); Green value is 122 (48.05% from 255 or 44.04% from 277); Blue value is 138 (54.30% from 255 or 49.82% from 277); Max value from RGB is 138 - color contains mainly: blue. Hex color #117A8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117A8A is #EE8575. Grayscale: #5C5C5C. Windows color (decimal): -15631734 or 9075217. OLE color: 9075217.

HSL color Cylindrical-coordinate representation of color #117A8A: hue angle of 187.93º 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 #117A8A is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 17 122 138 -
CMYK 0.88 0.12 0 0.46
HSL 187.93º 0.78% 0.3% -
HSV(B) 187.93º 0.88% 0.54% -
XYZ 11.78 15.87 26.49 -
YUV 92.43 153.71 74.2 -
System Red Green Blue C M Y K H S L
Decimal 17 122 138 0.88 0.12 0 0.46 187.93 0.78 0.3
Hex 11 7A 8A 58 C 0 2E BC 4E 1E
Octal 21 172 212 130 14 0 56 274 116 36
Binary 10001 1111010 10001010 1011000 1100 0 101110 10111100 1001110 11110

Color Harmonies of #117A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117A8A

Black with #117A8A

Text Example


Text Example

White with #117A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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