Html Css Color HEX #107B88 Teal

📋 copy color: '#107B88'

red 16 ◦ green 123 ◦ blue 136

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

Shades of Teal #107B88

Tints of Teal #107B88

RGB

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

 GREEN value IS 123 (48.44% from 255) = 44.73%

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

R = 5.82%
G = 44.73%
B = 49.45%

CMYK

 C value IS 0.88

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#107B88 (or 0x107B88) is known color: Teal. HEX triplet: 10, 7B and 88. RGB value is (16,123,136). Sum of RGB (Red+Green+Blue) = 16+123+136=275 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.82% from 275); Green value is 123 (48.44% from 255 or 44.73% from 275); Blue value is 136 (53.52% from 255 or 49.45% from 275); Max value from RGB is 136 - color contains mainly: blue. Hex color #107B88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107B88 is #EF8477. Grayscale: #5C5C5C. Windows color (decimal): -15697016 or 8944400. OLE color: 8944400.

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

Color convert

RGB 16 123 136 -
CMYK 0.88 0.10 0 0.47
HSL 186.5º 0.79% 0.3% -
HSV(B) 186.5º 0.88% 0.53% -
XYZ 11.74 16.05 25.77 -
YUV 92.49 152.55 73.44 -
System Red Green Blue C M Y K H S L
Decimal 16 123 136 0.88 0.10 0 0.47 186.5 0.79 0.3
Hex 10 7B 88 58 A 0 2F BA 4F 1E
Octal 20 173 210 130 12 0 57 272 117 36
Binary 10000 1111011 10001000 1011000 1010 0 101111 10111010 1001111 11110

Color Harmonies of #107B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107B88

Black with #107B88

Text Example


Text Example

White with #107B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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