Html Css Color HEX #166E50 Jewel

📋 copy color: '#166E50'

red 22 ◦ green 110 ◦ blue 80

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

Shades of Jewel #166E50

Tints of Jewel #166E50

RGB

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

 GREEN value IS 110 (43.36% from 255) = 51.89%

 BLUE value IS 80 (31.64% from 255) = 37.74%

R = 10.38%
G = 51.89%
B = 37.74%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.27

 K value IS 0.57

RGB Variations

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

Color information

#166E50 (or 0x166E50) is known color: Jewel. HEX triplet: 16, 6E and 50. RGB value is (22,110,80). Sum of RGB (Red+Green+Blue) = 22+110+80=212 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.38% from 212); Green value is 110 (43.36% from 255 or 51.89% from 212); Blue value is 80 (31.64% from 255 or 37.74% from 212); Max value from RGB is 110 - color contains mainly: green. Hex color #166E50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166E50 is #E991AF. Grayscale: #505050. Windows color (decimal): -15307184 or 5271062. OLE color: 5271062.

HSL color Cylindrical-coordinate representation of color #166E50: hue angle of 159.55º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #166E50 is Cyan = 0.8, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.57.

Color convert

RGB 22 110 80 -
CMYK 0.8 0 0.27 0.57
HSL 159.55º 0.67% 0.26% -
HSV(B) 159.55º 0.8% 0.43% -
XYZ 7.35 11.9 9.5 -
YUV 80.27 127.85 86.44 -
System Red Green Blue C M Y K H S L
Decimal 22 110 80 0.8 0 0.27 0.57 159.55 0.67 0.26
Hex 16 6E 50 50 0 1B 39 A0 43 1A
Octal 26 156 120 120 0 33 71 240 103 32
Binary 10110 1101110 1010000 1010000 0 11011 111001 10100000 1000011 11010

Color Harmonies of #166E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166E50

Black with #166E50

Text Example


Text Example

White with #166E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166E50; }

 p { color: rgb(22,110,80); }

 H1.HeaderClassName
 {
   color: #166E50;
 }
 .AnyTagClassName
 {
   color: #166E50;
 }
</style>

background-color css

<style>
 a { background-color: #166E50; }

 a { background-color: rgb(22,110,80); }

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

border-color css

<style>
 span { border-color: #166E50; }

 span { border-color: rgb(22,110,80); }

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