Html Css Color HEX #10837C Teal

📋 copy color: '#10837C'

red 16 ◦ green 131 ◦ blue 124

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

Shades of Teal #10837C

Tints of Teal #10837C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 48.34%

 BLUE value IS 124 (48.83% from 255) = 45.76%

R = 5.9%
G = 48.34%
B = 45.76%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#10837C (or 0x10837C) is known color: Teal. HEX triplet: 10, 83 and 7C. RGB value is (16,131,124). Sum of RGB (Red+Green+Blue) = 16+131+124=271 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.90% from 271); Green value is 131 (51.56% from 255 or 48.34% from 271); Blue value is 124 (48.83% from 255 or 45.76% from 271); Max value from RGB is 131 - color contains mainly: green. Hex color #10837C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10837C is #EF7C83. Grayscale: #5F5F5F. Windows color (decimal): -15694980 or 8160016. OLE color: 8160016.

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

Color convert

RGB 16 131 124 -
CMYK 0.88 0 0.05 0.49
HSL 176.35º 0.78% 0.29% -
HSV(B) 176.35º 0.88% 0.51% -
XYZ 11.97 17.8 21.87 -
YUV 95.82 143.9 71.07 -
System Red Green Blue C M Y K H S L
Decimal 16 131 124 0.88 0 0.05 0.49 176.35 0.78 0.29
Hex 10 83 7C 58 0 5 31 B0 4E 1D
Octal 20 203 174 130 0 5 61 260 116 35
Binary 10000 10000011 1111100 1011000 0 101 110001 10110000 1001110 11101

Color Harmonies of #10837C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10837C

Black with #10837C

Text Example


Text Example

White with #10837C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10837C; }

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

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

background-color css

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

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

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

border-color css

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

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

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