Html Css Color HEX #107A8A Teal

📋 copy color: '#107A8A'

red 16 ◦ green 122 ◦ blue 138

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

Shades of Teal #107A8A

Tints of Teal #107A8A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 44.2%

 BLUE value IS 138 (54.3% from 255) = 50%

R = 5.8%
G = 44.2%
B = 50%

CMYK

 C value IS 0.88

 M value IS 0.12

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#107A8A (or 0x107A8A) is known color: Teal. HEX triplet: 10, 7A and 8A. RGB value is (16,122,138). Sum of RGB (Red+Green+Blue) = 16+122+138=276 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.80% from 276); Green value is 122 (48.05% from 255 or 44.20% from 276); Blue value is 138 (54.30% from 255 or 50% from 276); Max value from RGB is 138 - color contains mainly: blue. Hex color #107A8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107A8A is #EF8575. Grayscale: #5B5B5B. Windows color (decimal): -15697270 or 9075216. OLE color: 9075216.

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

Color convert

RGB 16 122 138 -
CMYK 0.88 0.12 0 0.46
HSL 187.87º 0.79% 0.3% -
HSV(B) 187.87º 0.88% 0.54% -
XYZ 11.76 15.86 26.49 -
YUV 92.13 153.88 73.7 -
System Red Green Blue C M Y K H S L
Decimal 16 122 138 0.88 0.12 0 0.46 187.87 0.79 0.3
Hex 10 7A 8A 58 C 0 2E BC 4F 1E
Octal 20 172 212 130 14 0 56 274 117 36
Binary 10000 1111010 10001010 1011000 1100 0 101110 10111100 1001111 11110

Color Harmonies of #107A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107A8A

Black with #107A8A

Text Example


Text Example

White with #107A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,122,138); }

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

background-color css

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

 a { background-color: rgb(16,122,138); }

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

border-color css

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

 span { border-color: rgb(16,122,138); }

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