#166243

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

Shades of Jewel #166243

Tints of Jewel #166243

Color information

#166243 (or 0x166243) is unknown color: approx Jewel. HEX triplet: 16, 62 and 43. RGB value is (22,98,67). Sum of RGB (Red+Green+Blue) = 22+98+67=187 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.76% from 187); Green value is 98 (38.67% from 255 or 52.41% from 187); Blue value is 67 (26.56% from 255 or 35.83% from 187); Max value from RGB is 98 - color contains mainly: green. Hex color #166243 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166243 is #E99DBC. Grayscale: #474747. Windows color (decimal): -15310269 or 4416022. OLE color: 4416022.

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

Color convert

RGB229867-
CMYK0.7800.320.62
HSL155.53º63.33%23.53%-
HSV(B)155.53º77.55%38.43%-
XYZ5.719.316.81-
YUV71.74125.3292.52-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.76%
GREEN value IS 98 (38.67% from 255) = 52.41%
BLUE value IS 67 (26.56% from 255) = 35.83%
R=11.76%
G=52.41%
B=35.83%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2298670.7800.320.62155.5363.3323.53
Hex1662434E0203E9c3f18
Octal26142103116040762347730
Binary1011011000101000011100111001000001111101001110011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166243; }

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

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

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

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

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

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

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

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