Html Css Color HEX #107983 Teal

📋 copy color: '#107983'

red 16 ◦ green 121 ◦ blue 131

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

Shades of Teal #107983

Tints of Teal #107983

RGB

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

 GREEN value IS 121 (47.66% from 255) = 45.15%

 BLUE value IS 131 (51.56% from 255) = 48.88%

R = 5.97%
G = 45.15%
B = 48.88%

CMYK

 C value IS 0.88

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#107983 (or 0x107983) is known color: Teal. HEX triplet: 10, 79 and 83. RGB value is (16,121,131). Sum of RGB (Red+Green+Blue) = 16+121+131=268 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.97% from 268); Green value is 121 (47.66% from 255 or 45.15% from 268); Blue value is 131 (51.56% from 255 or 48.88% from 268); Max value from RGB is 131 - color contains mainly: blue. Hex color #107983 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107983 is #EF867C. Grayscale: #5A5A5A. Windows color (decimal): -15697533 or 8616208. OLE color: 8616208.

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

Color convert

RGB 16 121 131 -
CMYK 0.88 0.08 0 0.49
HSL 185.22º 0.78% 0.29% -
HSV(B) 185.22º 0.88% 0.51% -
XYZ 11.15 15.42 23.86 -
YUV 90.75 150.71 74.69 -
System Red Green Blue C M Y K H S L
Decimal 16 121 131 0.88 0.08 0 0.49 185.22 0.78 0.29
Hex 10 79 83 58 8 0 31 B9 4E 1D
Octal 20 171 203 130 10 0 61 271 116 35
Binary 10000 1111001 10000011 1011000 1000 0 110001 10111001 1001110 11101

Color Harmonies of #107983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107983

Black with #107983

Text Example


Text Example

White with #107983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107983; }

 p { color: rgb(16,121,131); }

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

background-color css

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

 a { background-color: rgb(16,121,131); }

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

border-color css

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

 span { border-color: rgb(16,121,131); }

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