Html Css Color HEX #166246 Jewel

📋 copy color: '#166246'

red 22 ◦ green 98 ◦ blue 70

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

Shades of Jewel #166246

Tints of Jewel #166246

RGB

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

 GREEN value IS 98 (38.67% from 255) = 51.58%

 BLUE value IS 70 (27.73% from 255) = 36.84%

R = 11.58%
G = 51.58%
B = 36.84%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#166246 (or 0x166246) is known color: Jewel. HEX triplet: 16, 62 and 46. RGB value is (22,98,70). Sum of RGB (Red+Green+Blue) = 22+98+70=190 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.58% from 190); Green value is 98 (38.67% from 255 or 51.58% from 190); Blue value is 70 (27.73% from 255 or 36.84% from 190); Max value from RGB is 98 - color contains mainly: green. Hex color #166246 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166246 is #E99DB9. Grayscale: #484848. Windows color (decimal): -15310266 or 4612630. OLE color: 4612630.

HSL color Cylindrical-coordinate representation of color #166246: hue angle of 157.89º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #166246 is Cyan = 0.78, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB 22 98 70 -
CMYK 0.78 0 0.29 0.62
HSL 157.89º 0.63% 0.24% -
HSV(B) 157.89º 0.78% 0.38% -
XYZ 5.8 9.35 7.29 -
YUV 72.08 126.82 92.28 -
System Red Green Blue C M Y K H S L
Decimal 22 98 70 0.78 0 0.29 0.62 157.89 0.63 0.24
Hex 16 62 46 4E 0 1D 3E 9E 3F 18
Octal 26 142 106 116 0 35 76 236 77 30
Binary 10110 1100010 1000110 1001110 0 11101 111110 10011110 111111 11000

Color Harmonies of #166246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166246

Black with #166246

Text Example


Text Example

White with #166246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166246; }

 p { color: rgb(22,98,70); }

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

background-color css

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

 a { background-color: rgb(22,98,70); }

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

border-color css

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

 span { border-color: rgb(22,98,70); }

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