Html Css Color HEX #107889 Teal

📋 copy color: '#107889'

red 16 ◦ green 120 ◦ blue 137

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

Shades of Teal #107889

Tints of Teal #107889

RGB

 RED value IS 16 (6.64% from 255) = 5.86%

 GREEN value IS 120 (47.27% from 255) = 43.96%

 BLUE value IS 137 (53.91% from 255) = 50.18%

R = 5.86%
G = 43.96%
B = 50.18%

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

#107889 (or 0x107889) is known color: Teal. HEX triplet: 10, 78 and 89. RGB value is (16,120,137). Sum of RGB (Red+Green+Blue) = 16+120+137=273 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.86% from 273); Green value is 120 (47.27% from 255 or 43.96% from 273); Blue value is 137 (53.91% from 255 or 50.18% from 273); Max value from RGB is 137 - color contains mainly: blue. Hex color #107889 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107889 is #EF8776. Grayscale: #5A5A5A. Windows color (decimal): -15697783 or 9009168. OLE color: 9009168.

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

Color convert

RGB 16 120 137 -
CMYK 0.88 0.12 0 0.46
HSL 188.43º 0.79% 0.3% -
HSV(B) 188.43º 0.88% 0.54% -
XYZ 11.45 15.35 26.03 -
YUV 90.84 154.04 74.62 -
System Red Green Blue C M Y K H S L
Decimal 16 120 137 0.88 0.12 0 0.46 188.43 0.79 0.3
Hex 10 78 89 58 C 0 2E BC 4F 1E
Octal 20 170 211 130 14 0 56 274 117 36
Binary 10000 1111000 10001001 1011000 1100 0 101110 10111100 1001111 11110

Color Harmonies of #107889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107889

Black with #107889

Text Example


Text Example

White with #107889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107889; }

 p { color: rgb(16,120,137); }

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

background-color css

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

 a { background-color: rgb(16,120,137); }

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

border-color css

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

 span { border-color: rgb(16,120,137); }

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