#166248

Color #166248 Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #166248

Tints of Jewel #166248

Color information

#166248 (or 0x166248) is unknown color: approx Jewel. HEX triplet: 16, 62 and 48. RGB value is (22,98,72). Sum of RGB (Red+Green+Blue) = 22+98+72=192 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.46% from 192); Green value is 98 (38.67% from 255 or 51.04% from 192); Blue value is 72 (28.52% from 255 or 37.5% from 192); Max value from RGB is 98 - color contains mainly: green. Hex color #166248 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166248 is #E99DB7. Grayscale: #484848. Windows color (decimal): -15310264 or 4743702. OLE color: 4743702.

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

Color convert

RGB229872-
CMYK0.7800.270.62
HSL159.47º63.33%23.53%-
HSV(B)159.47º77.55%38.43%-
XYZ5.879.377.63-
YUV72.31127.8292.11-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.46%
GREEN value IS 98 (38.67% from 255) = 51.04%
BLUE value IS 72 (28.52% from 255) = 37.5%
R=11.46%
G=51.04%
B=37.5%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2298720.7800.270.62159.4763.3323.53
Hex1662484E01B3E9f3f18
Octal26142110116033762377730
Binary101101100010100100010011100110111111101001111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166248; }

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

 H1.HeaderClassName
 {
   color: #166248;
 }
 .AnyTagClassName
 {
   color: #166248;
 }
</style>
background-color css

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

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

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

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

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

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