Html Css Color HEX #16837F Teal

📋 copy color: '#16837F'

red 22 ◦ green 131 ◦ blue 127

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

Shades of Teal #16837F

Tints of Teal #16837F

RGB

 RED value IS 22 (8.98% from 255) = 7.86%

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

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

R = 7.86%
G = 46.79%
B = 45.36%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#16837F (or 0x16837F) is known color: Teal. HEX triplet: 16, 83 and 7F. RGB value is (22,131,127). Sum of RGB (Red+Green+Blue) = 22+131+127=280 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.86% from 280); Green value is 131 (51.56% from 255 or 46.79% from 280); Blue value is 127 (50% from 255 or 45.36% from 280); Max value from RGB is 131 - color contains mainly: green. Hex color #16837F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16837F is #E97C80. Grayscale: #616161. Windows color (decimal): -15301761 or 8356630. OLE color: 8356630.

HSL color Cylindrical-coordinate representation of color #16837F: hue angle of 177.8º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #16837F is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 22 131 127 -
CMYK 0.83 0 0.03 0.49
HSL 177.8º 0.71% 0.3% -
HSV(B) 177.8º 0.83% 0.51% -
XYZ 12.28 17.94 22.89 -
YUV 97.95 144.39 73.83 -
System Red Green Blue C M Y K H S L
Decimal 22 131 127 0.83 0 0.03 0.49 177.8 0.71 0.3
Hex 16 83 7F 53 0 3 31 B2 47 1E
Octal 26 203 177 123 0 3 61 262 107 36
Binary 10110 10000011 1111111 1010011 0 11 110001 10110010 1000111 11110

Color Harmonies of #16837F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16837F

Black with #16837F

Text Example


Text Example

White with #16837F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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