Html Css Color HEX #107D86 Teal

📋 copy color: '#107D86'

red 16 ◦ green 125 ◦ blue 134

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

Shades of Teal #107D86

Tints of Teal #107D86

RGB

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

 GREEN value IS 125 (49.22% from 255) = 45.45%

 BLUE value IS 134 (52.73% from 255) = 48.73%

R = 5.82%
G = 45.45%
B = 48.73%

CMYK

 C value IS 0.88

 M value IS 0.07

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#107D86 (or 0x107D86) is known color: Teal. HEX triplet: 10, 7D and 86. RGB value is (16,125,134). Sum of RGB (Red+Green+Blue) = 16+125+134=275 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.82% from 275); Green value is 125 (49.22% from 255 or 45.45% from 275); Blue value is 134 (52.73% from 255 or 48.73% from 275); Max value from RGB is 134 - color contains mainly: blue. Hex color #107D86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107D86 is #EF8279. Grayscale: #5D5D5D. Windows color (decimal): -15696506 or 8813840. OLE color: 8813840.

HSL color Cylindrical-coordinate representation of color #107D86: hue angle of 184.58º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #107D86 is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 16 125 134 -
CMYK 0.88 0.07 0 0.47
HSL 184.58º 0.79% 0.29% -
HSV(B) 184.58º 0.88% 0.53% -
XYZ 11.85 16.5 25.11 -
YUV 93.44 150.89 72.77 -
System Red Green Blue C M Y K H S L
Decimal 16 125 134 0.88 0.07 0 0.47 184.58 0.79 0.29
Hex 10 7D 86 58 7 0 2F B9 4F 1D
Octal 20 175 206 130 7 0 57 271 117 35
Binary 10000 1111101 10000110 1011000 111 0 101111 10111001 1001111 11101

Color Harmonies of #107D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107D86

Black with #107D86

Text Example


Text Example

White with #107D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107D86; }

 p { color: rgb(16,125,134); }

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

background-color css

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

 a { background-color: rgb(16,125,134); }

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

border-color css

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

 span { border-color: rgb(16,125,134); }

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