Html Css Color HEX #107B82 Teal

📋 copy color: '#107B82'

red 16 ◦ green 123 ◦ blue 130

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

Shades of Teal #107B82

Tints of Teal #107B82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 48.33%

R = 5.95%
G = 45.72%
B = 48.33%

CMYK

 C value IS 0.88

 M value IS 0.05

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#107B82 (or 0x107B82) is known color: Teal. HEX triplet: 10, 7B and 82. RGB value is (16,123,130). Sum of RGB (Red+Green+Blue) = 16+123+130=269 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.95% from 269); Green value is 123 (48.44% from 255 or 45.72% from 269); Blue value is 130 (51.17% from 255 or 48.33% from 269); Max value from RGB is 130 - color contains mainly: blue. Hex color #107B82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107B82 is #EF847D. Grayscale: #5B5B5B. Windows color (decimal): -15697022 or 8551184. OLE color: 8551184.

HSL color Cylindrical-coordinate representation of color #107B82: hue angle of 183.68º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #107B82 is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 16 123 130 -
CMYK 0.88 0.05 0 0.49
HSL 183.68º 0.78% 0.29% -
HSV(B) 183.68º 0.88% 0.51% -
XYZ 11.33 15.89 23.59 -
YUV 91.81 149.55 73.93 -
System Red Green Blue C M Y K H S L
Decimal 16 123 130 0.88 0.05 0 0.49 183.68 0.78 0.29
Hex 10 7B 82 58 5 0 31 B8 4E 1D
Octal 20 173 202 130 5 0 61 270 116 35
Binary 10000 1111011 10000010 1011000 101 0 110001 10111000 1001110 11101

Color Harmonies of #107B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107B82

Black with #107B82

Text Example


Text Example

White with #107B82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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