#176249

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

Shades of Jewel #176249

Tints of Jewel #176249

Color information

#176249 (or 0x176249) is unknown color: approx Jewel. HEX triplet: 17, 62 and 49. RGB value is (23,98,73). Sum of RGB (Red+Green+Blue) = 23+98+73=194 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.86% from 194); Green value is 98 (38.67% from 255 or 50.52% from 194); Blue value is 73 (28.91% from 255 or 37.63% from 194); Max value from RGB is 98 - color contains mainly: green. Hex color #176249 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #176249 is #E89DB6. Grayscale: #484848. Windows color (decimal): -15244727 or 4809239. OLE color: 4809239.

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

Color convert

RGB239873-
CMYK0.7700.260.62
HSL160º61.98%23.73%-
HSV(B)160º76.53%38.43%-
XYZ5.929.47.81-
YUV72.72128.1592.53-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.86%
GREEN value IS 98 (38.67% from 255) = 50.52%
BLUE value IS 73 (28.91% from 255) = 37.63%
R=11.86%
G=50.52%
B=37.63%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2398730.7700.260.6216061.9823.73
Hex1762494D01A3Ea03e18
Octal27142111115032762407630
Binary101111100010100100110011010110101111101010000011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #176249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #176249; }

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

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

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

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

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

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

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

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