Html Css Color HEX #11897D Teal

📋 copy color: '#11897D'

red 17 ◦ green 137 ◦ blue 125

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

Shades of Teal #11897D

Tints of Teal #11897D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 44.8%

R = 6.09%
G = 49.1%
B = 44.8%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#11897D (or 0x11897D) is known color: Teal. HEX triplet: 11, 89 and 7D. RGB value is (17,137,125). Sum of RGB (Red+Green+Blue) = 17+137+125=279 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.09% from 279); Green value is 137 (53.91% from 255 or 49.10% from 279); Blue value is 125 (49.22% from 255 or 44.80% from 279); Max value from RGB is 137 - color contains mainly: green. Hex color #11897D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11897D is #EE7682. Grayscale: #636363. Windows color (decimal): -15627907 or 8227089. OLE color: 8227089.

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

Color convert

RGB 17 137 125 -
CMYK 0.88 0 0.09 0.46
HSL 174º 0.78% 0.3% -
HSV(B) 174º 0.88% 0.54% -
XYZ 12.88 19.49 22.49 -
YUV 99.75 142.24 68.98 -
System Red Green Blue C M Y K H S L
Decimal 17 137 125 0.88 0 0.09 0.46 174 0.78 0.3
Hex 11 89 7D 58 0 9 2E AE 4E 1E
Octal 21 211 175 130 0 11 56 256 116 36
Binary 10001 10001001 1111101 1011000 0 1001 101110 10101110 1001110 11110

Color Harmonies of #11897D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11897D

Black with #11897D

Text Example


Text Example

White with #11897D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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