Html Css Color HEX #11897E Teal

📋 copy color: '#11897E'

red 17 ◦ green 137 ◦ blue 126

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

Shades of Teal #11897E

Tints of Teal #11897E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 48.93%

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

R = 6.07%
G = 48.93%
B = 45%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.08

 K value IS 0.46

RGB Variations

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

Color information

#11897E (or 0x11897E) is known color: Teal. HEX triplet: 11, 89 and 7E. RGB value is (17,137,126). Sum of RGB (Red+Green+Blue) = 17+137+126=280 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.07% from 280); Green value is 137 (53.91% from 255 or 48.93% from 280); Blue value is 126 (49.61% from 255 or 45% from 280); Max value from RGB is 137 - color contains mainly: green. Hex color #11897E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11897E is #EE7681. Grayscale: #636363. Windows color (decimal): -15627906 or 8292625. OLE color: 8292625.

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

Color convert

RGB 17 137 126 -
CMYK 0.88 0 0.08 0.46
HSL 174.5º 0.78% 0.3% -
HSV(B) 174.5º 0.88% 0.54% -
XYZ 12.94 19.52 22.82 -
YUV 99.87 142.74 68.89 -
System Red Green Blue C M Y K H S L
Decimal 17 137 126 0.88 0 0.08 0.46 174.5 0.78 0.3
Hex 11 89 7E 58 0 8 2E AE 4E 1E
Octal 21 211 176 130 0 10 56 256 116 36
Binary 10001 10001001 1111110 1011000 0 1000 101110 10101110 1001110 11110

Color Harmonies of #11897E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11897E

Black with #11897E

Text Example


Text Example

White with #11897E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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