Html Css Color HEX #117781 Teal

📋 copy color: '#117781'

red 17 ◦ green 119 ◦ blue 129

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

Shades of Teal #117781

Tints of Teal #117781

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.91%

 BLUE value IS 129 (50.78% from 255) = 48.68%

R = 6.42%
G = 44.91%
B = 48.68%

CMYK

 C value IS 0.87

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#117781 (or 0x117781) is known color: Teal. HEX triplet: 11, 77 and 81. RGB value is (17,119,129). Sum of RGB (Red+Green+Blue) = 17+119+129=265 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.42% from 265); Green value is 119 (46.88% from 255 or 44.91% from 265); Blue value is 129 (50.78% from 255 or 48.68% from 265); Max value from RGB is 129 - color contains mainly: blue. Hex color #117781 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117781 is #EE887E. Grayscale: #595959. Windows color (decimal): -15632511 or 8484625. OLE color: 8484625.

HSL color Cylindrical-coordinate representation of color #117781: hue angle of 185.36º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #117781 is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 17 119 129 -
CMYK 0.87 0.08 0 0.49
HSL 185.36º 0.77% 0.29% -
HSV(B) 185.36º 0.87% 0.51% -
XYZ 10.79 14.9 23.08 -
YUV 89.64 150.21 76.19 -
System Red Green Blue C M Y K H S L
Decimal 17 119 129 0.87 0.08 0 0.49 185.36 0.77 0.29
Hex 11 77 81 57 8 0 31 B9 4D 1D
Octal 21 167 201 127 10 0 61 271 115 35
Binary 10001 1110111 10000001 1010111 1000 0 110001 10111001 1001101 11101

Color Harmonies of #117781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117781

Black with #117781

Text Example


Text Example

White with #117781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117781; }

 p { color: rgb(17,119,129); }

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

background-color css

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

 a { background-color: rgb(17,119,129); }

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

border-color css

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

 span { border-color: rgb(17,119,129); }

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