Html Css Color HEX #107C87 Teal

📋 copy color: '#107C87'

red 16 ◦ green 124 ◦ blue 135

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

Shades of Teal #107C87

Tints of Teal #107C87

RGB

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

 GREEN value IS 124 (48.83% from 255) = 45.09%

 BLUE value IS 135 (53.13% from 255) = 49.09%

R = 5.82%
G = 45.09%
B = 49.09%

CMYK

 C value IS 0.88

 M value IS 0.08

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#107C87 (or 0x107C87) is known color: Teal. HEX triplet: 10, 7C and 87. RGB value is (16,124,135). Sum of RGB (Red+Green+Blue) = 16+124+135=275 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.82% from 275); Green value is 124 (48.83% from 255 or 45.09% from 275); Blue value is 135 (53.12% from 255 or 49.09% from 275); Max value from RGB is 135 - color contains mainly: blue. Hex color #107C87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107C87 is #EF8378. Grayscale: #5C5C5C. Windows color (decimal): -15696761 or 8879120. OLE color: 8879120.

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

Color convert

RGB 16 124 135 -
CMYK 0.88 0.08 0 0.47
HSL 185.55º 0.79% 0.3% -
HSV(B) 185.55º 0.88% 0.53% -
XYZ 11.79 16.27 25.44 -
YUV 92.96 151.72 73.11 -
System Red Green Blue C M Y K H S L
Decimal 16 124 135 0.88 0.08 0 0.47 185.55 0.79 0.3
Hex 10 7C 87 58 8 0 2F BA 4F 1E
Octal 20 174 207 130 10 0 57 272 117 36
Binary 10000 1111100 10000111 1011000 1000 0 101111 10111010 1001111 11110

Color Harmonies of #107C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107C87

Black with #107C87

Text Example


Text Example

White with #107C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,124,135); }

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

background-color css

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

 a { background-color: rgb(16,124,135); }

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

border-color css

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

 span { border-color: rgb(16,124,135); }

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