Html Css Color HEX #10837F Teal

📋 copy color: '#10837F'

red 16 ◦ green 131 ◦ blue 127

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

Shades of Teal #10837F

Tints of Teal #10837F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 46.35%

R = 5.84%
G = 47.81%
B = 46.35%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#10837F (or 0x10837F) is known color: Teal. HEX triplet: 10, 83 and 7F. RGB value is (16,131,127). Sum of RGB (Red+Green+Blue) = 16+131+127=274 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.84% from 274); Green value is 131 (51.56% from 255 or 47.81% from 274); Blue value is 127 (50% from 255 or 46.35% from 274); Max value from RGB is 131 - color contains mainly: green. Hex color #10837F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10837F is #EF7C80. Grayscale: #606060. Windows color (decimal): -15694977 or 8356624. OLE color: 8356624.

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

Color convert

RGB 16 131 127 -
CMYK 0.88 0 0.03 0.49
HSL 177.91º 0.78% 0.29% -
HSV(B) 177.91º 0.88% 0.51% -
XYZ 12.16 17.88 22.89 -
YUV 96.16 145.4 70.83 -
System Red Green Blue C M Y K H S L
Decimal 16 131 127 0.88 0 0.03 0.49 177.91 0.78 0.29
Hex 10 83 7F 58 0 3 31 B2 4E 1D
Octal 20 203 177 130 0 3 61 262 116 35
Binary 10000 10000011 1111111 1011000 0 11 110001 10110010 1001110 11101

Color Harmonies of #10837F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10837F

Black with #10837F

Text Example


Text Example

White with #10837F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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