Html Css Color HEX #167C83 Teal

📋 copy color: '#167C83'

red 22 ◦ green 124 ◦ blue 131

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

Shades of Teal #167C83

Tints of Teal #167C83

RGB

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

 GREEN value IS 124 (48.83% from 255) = 44.77%

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

R = 7.94%
G = 44.77%
B = 47.29%

CMYK

 C value IS 0.83

 M value IS 0.05

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#167C83 (or 0x167C83) is known color: Teal. HEX triplet: 16, 7C and 83. RGB value is (22,124,131). Sum of RGB (Red+Green+Blue) = 22+124+131=277 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.94% from 277); Green value is 124 (48.83% from 255 or 44.77% from 277); Blue value is 131 (51.56% from 255 or 47.29% from 277); Max value from RGB is 131 - color contains mainly: blue. Hex color #167C83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #167C83 is #E9837C. Grayscale: #5E5E5E. Windows color (decimal): -15303549 or 8616982. OLE color: 8616982.

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

Color convert

RGB 22 124 131 -
CMYK 0.83 0.05 0 0.49
HSL 183.85º 0.71% 0.3% -
HSV(B) 183.85º 0.83% 0.51% -
XYZ 11.64 16.22 23.99 -
YUV 94.3 148.71 76.43 -
System Red Green Blue C M Y K H S L
Decimal 22 124 131 0.83 0.05 0 0.49 183.85 0.71 0.3
Hex 16 7C 83 53 5 0 31 B8 47 1E
Octal 26 174 203 123 5 0 61 270 107 36
Binary 10110 1111100 10000011 1010011 101 0 110001 10111000 1000111 11110

Color Harmonies of #167C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #167C83

Black with #167C83

Text Example


Text Example

White with #167C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #167C83; }

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

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

background-color css

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

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

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

border-color css

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

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

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