Html Css Color HEX #10837D Teal

📋 copy color: '#10837D'

red 16 ◦ green 131 ◦ blue 125

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

Shades of Teal #10837D

Tints of Teal #10837D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 45.96%

R = 5.88%
G = 48.16%
B = 45.96%

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

#10837D (or 0x10837D) is known color: Teal. HEX triplet: 10, 83 and 7D. RGB value is (16,131,125). Sum of RGB (Red+Green+Blue) = 16+131+125=272 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.88% from 272); Green value is 131 (51.56% from 255 or 48.16% from 272); Blue value is 125 (49.22% from 255 or 45.96% from 272); Max value from RGB is 131 - color contains mainly: green. Hex color #10837D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10837D is #EF7C82. Grayscale: #5F5F5F. Windows color (decimal): -15694979 or 8225552. OLE color: 8225552.

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

Color convert

RGB 16 131 125 -
CMYK 0.88 0 0.05 0.49
HSL 176.87º 0.78% 0.29% -
HSV(B) 176.87º 0.88% 0.51% -
XYZ 12.03 17.82 22.21 -
YUV 95.93 144.4 70.99 -
System Red Green Blue C M Y K H S L
Decimal 16 131 125 0.88 0 0.05 0.49 176.87 0.78 0.29
Hex 10 83 7D 58 0 5 31 B1 4E 1D
Octal 20 203 175 130 0 5 61 261 116 35
Binary 10000 10000011 1111101 1011000 0 101 110001 10110001 1001110 11101

Color Harmonies of #10837D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10837D

Black with #10837D

Text Example


Text Example

White with #10837D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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