Html Css Color HEX #107B89 Teal

📋 copy color: '#107B89'

red 16 ◦ green 123 ◦ blue 137

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

Shades of Teal #107B89

Tints of Teal #107B89

RGB

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

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

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

R = 5.8%
G = 44.57%
B = 49.64%

CMYK

 C value IS 0.88

 M value IS 0.10

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#107B89 (or 0x107B89) is known color: Teal. HEX triplet: 10, 7B and 89. RGB value is (16,123,137). Sum of RGB (Red+Green+Blue) = 16+123+137=276 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.80% from 276); Green value is 123 (48.44% from 255 or 44.57% from 276); Blue value is 137 (53.91% from 255 or 49.64% from 276); Max value from RGB is 137 - color contains mainly: blue. Hex color #107B89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107B89 is #EF8476. Grayscale: #5C5C5C. Windows color (decimal): -15697015 or 9009936. OLE color: 9009936.

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

Color convert

RGB 16 123 137 -
CMYK 0.88 0.10 0 0.46
HSL 186.94º 0.79% 0.3% -
HSV(B) 186.94º 0.88% 0.54% -
XYZ 11.81 16.08 26.15 -
YUV 92.6 153.05 73.36 -
System Red Green Blue C M Y K H S L
Decimal 16 123 137 0.88 0.10 0 0.46 186.94 0.79 0.3
Hex 10 7B 89 58 A 0 2E BB 4F 1E
Octal 20 173 211 130 12 0 56 273 117 36
Binary 10000 1111011 10001001 1011000 1010 0 101110 10111011 1001111 11110

Color Harmonies of #107B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107B89

Black with #107B89

Text Example


Text Example

White with #107B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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