#15684F

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

Shades of Jewel #15684F

Tints of Jewel #15684F

Color information

#15684F (or 0x15684F) is unknown color: approx Jewel. HEX triplet: 15, 68 and 4F. RGB value is (21,104,79). Sum of RGB (Red+Green+Blue) = 21+104+79=204 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.29% from 204); Green value is 104 (41.02% from 255 or 50.98% from 204); Blue value is 79 (31.25% from 255 or 38.73% from 204); Max value from RGB is 104 - color contains mainly: green. Hex color #15684F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15684F is #EA97B0. Grayscale: #4C4C4C. Windows color (decimal): -15374257 or 5203989. OLE color: 5203989.

HSL color Cylindrical-coordinate representation of color #15684F: hue angle of 161.93º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #15684F is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB2110479-
CMYK0.8000.240.59
HSL161.93º66.4%24.51%-
HSV(B)161.93º79.81%40.78%-
XYZ6.6710.629.1-
YUV76.33129.588.53-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.29%
GREEN value IS 104 (41.02% from 255) = 50.98%
BLUE value IS 79 (31.25% from 255) = 38.73%
R=10.29%
G=50.98%
B=38.73%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21104790.8000.240.59161.9366.424.51
Hex15684F500183Ba24219
Octal251501171200307324210231
Binary1010111010001001111101000001100011101110100010100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15684F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15684F; }

 p { color: rgb(21,104,79); }

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

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

 a { background-color: rgb(21,104,79); }

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

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

 span { border-color: rgb(21,104,79); }

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