Html Css Color HEX #107D88 Teal

📋 copy color: '#107D88'

red 16 ◦ green 125 ◦ blue 136

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

Shades of Teal #107D88

Tints of Teal #107D88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 49.1%

R = 5.78%
G = 45.13%
B = 49.1%

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

#107D88 (or 0x107D88) is known color: Teal. HEX triplet: 10, 7D and 88. RGB value is (16,125,136). Sum of RGB (Red+Green+Blue) = 16+125+136=277 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.78% from 277); Green value is 125 (49.22% from 255 or 45.13% from 277); Blue value is 136 (53.52% from 255 or 49.10% from 277); Max value from RGB is 136 - color contains mainly: blue. Hex color #107D88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107D88 is #EF8277. Grayscale: #5D5D5D. Windows color (decimal): -15696504 or 8944912. OLE color: 8944912.

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

Color convert

RGB 16 125 136 -
CMYK 0.88 0.08 0 0.47
HSL 185.5º 0.79% 0.3% -
HSV(B) 185.5º 0.88% 0.53% -
XYZ 11.99 16.55 25.86 -
YUV 93.66 151.89 72.61 -
System Red Green Blue C M Y K H S L
Decimal 16 125 136 0.88 0.08 0 0.47 185.5 0.79 0.3
Hex 10 7D 88 58 8 0 2F BA 4F 1E
Octal 20 175 210 130 10 0 57 272 117 36
Binary 10000 1111101 10001000 1011000 1000 0 101111 10111010 1001111 11110

Color Harmonies of #107D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107D88

Black with #107D88

Text Example


Text Example

White with #107D88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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