Html Css Color HEX #11767E Teal

📋 copy color: '#11767E'

red 17 ◦ green 118 ◦ blue 126

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

Shades of Teal #11767E

Tints of Teal #11767E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 45.21%

 BLUE value IS 126 (49.61% from 255) = 48.28%

R = 6.51%
G = 45.21%
B = 48.28%

CMYK

 C value IS 0.87

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#11767E (or 0x11767E) is known color: Teal. HEX triplet: 11, 76 and 7E. RGB value is (17,118,126). Sum of RGB (Red+Green+Blue) = 17+118+126=261 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.51% from 261); Green value is 118 (46.48% from 255 or 45.21% from 261); Blue value is 126 (49.61% from 255 or 48.28% from 261); Max value from RGB is 126 - color contains mainly: blue. Hex color #11767E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11767E is #EE8981. Grayscale: #585858. Windows color (decimal): -15632770 or 8287761. OLE color: 8287761.

HSL color Cylindrical-coordinate representation of color #11767E: hue angle of 184.4º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11767E is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 118 126 -
CMYK 0.87 0.06 0 0.51
HSL 184.4º 0.76% 0.28% -
HSV(B) 184.4º 0.87% 0.49% -
XYZ 10.48 14.58 22 -
YUV 88.71 149.04 76.85 -
System Red Green Blue C M Y K H S L
Decimal 17 118 126 0.87 0.06 0 0.51 184.4 0.76 0.28
Hex 11 76 7E 57 6 0 33 B8 4C 1C
Octal 21 166 176 127 6 0 63 270 114 34
Binary 10001 1110110 1111110 1010111 110 0 110011 10111000 1001100 11100

Color Harmonies of #11767E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11767E

Black with #11767E

Text Example


Text Example

White with #11767E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11767E; }

 p { color: rgb(17,118,126); }

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

background-color css

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

 a { background-color: rgb(17,118,126); }

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

border-color css

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

 span { border-color: rgb(17,118,126); }

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