Html Css Color HEX #166249 Jewel

📋 copy color: '#166249'

red 22 ◦ green 98 ◦ blue 73

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

Shades of Jewel #166249

Tints of Jewel #166249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 37.82%

R = 11.4%
G = 50.78%
B = 37.82%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#166249 (or 0x166249) is known color: Jewel. HEX triplet: 16, 62 and 49. RGB value is (22,98,73). Sum of RGB (Red+Green+Blue) = 22+98+73=193 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.40% from 193); Green value is 98 (38.67% from 255 or 50.78% from 193); Blue value is 73 (28.91% from 255 or 37.82% from 193); Max value from RGB is 98 - color contains mainly: green. Hex color #166249 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166249 is #E99DB6. Grayscale: #484848. Windows color (decimal): -15310263 or 4809238. OLE color: 4809238.

HSL color Cylindrical-coordinate representation of color #166249: hue angle of 160.26º 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 #166249 is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 22 98 73 -
CMYK 0.78 0 0.26 0.62
HSL 160.26º 0.63% 0.24% -
HSV(B) 160.26º 0.78% 0.38% -
XYZ 5.9 9.39 7.8 -
YUV 72.43 128.32 92.03 -
System Red Green Blue C M Y K H S L
Decimal 22 98 73 0.78 0 0.26 0.62 160.26 0.63 0.24
Hex 16 62 49 4E 0 1A 3E A0 3F 18
Octal 26 142 111 116 0 32 76 240 77 30
Binary 10110 1100010 1001001 1001110 0 11010 111110 10100000 111111 11000

Color Harmonies of #166249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166249

Black with #166249

Text Example


Text Example

White with #166249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166249; }

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

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

background-color css

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

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

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

border-color css

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

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

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