#176248

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

Shades of Jewel #176248

Tints of Jewel #176248

Color information

#176248 (or 0x176248) is unknown color: approx Jewel. HEX triplet: 17, 62 and 48. RGB value is (23,98,72). Sum of RGB (Red+Green+Blue) = 23+98+72=193 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.92% from 193); Green value is 98 (38.67% from 255 or 50.78% from 193); Blue value is 72 (28.52% from 255 or 37.31% from 193); Max value from RGB is 98 - color contains mainly: green. Hex color #176248 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #176248 is #E89DB7. Grayscale: #484848. Windows color (decimal): -15244728 or 4743703. OLE color: 4743703.

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

Color convert

RGB239872-
CMYK0.7700.270.62
HSL159.2º61.98%23.73%-
HSV(B)159.2º76.53%38.43%-
XYZ5.899.397.63-
YUV72.61127.6592.61-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.92%
GREEN value IS 98 (38.67% from 255) = 50.78%
BLUE value IS 72 (28.52% from 255) = 37.31%
R=11.92%
G=50.78%
B=37.31%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2398720.7700.270.62159.261.9823.73
Hex1762484D01B3E9f3e18
Octal27142110115033762377630
Binary101111100010100100010011010110111111101001111111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #176248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #176248; }

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

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

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

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

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

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

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

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