#15684C

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

Shades of Jewel #15684C

Tints of Jewel #15684C

Color information

#15684C (or 0x15684C) is unknown color: approx Jewel. HEX triplet: 15, 68 and 4C. RGB value is (21,104,76). Sum of RGB (Red+Green+Blue) = 21+104+76=201 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.45% from 201); Green value is 104 (41.02% from 255 or 51.74% from 201); Blue value is 76 (30.08% from 255 or 37.81% from 201); Max value from RGB is 104 - color contains mainly: green. Hex color #15684C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15684C is #EA97B3. Grayscale: #4C4C4C. Windows color (decimal): -15374260 or 5007381. OLE color: 5007381.

HSL color Cylindrical-coordinate representation of color #15684C: hue angle of 159.76º 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 #15684C is Cyan = 0.80, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB2110476-
CMYK0.8000.270.59
HSL159.76º66.4%24.51%-
HSV(B)159.76º79.81%40.78%-
XYZ6.5610.588.53-
YUV75.9912888.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.45%
GREEN value IS 104 (41.02% from 255) = 51.74%
BLUE value IS 76 (30.08% from 255) = 37.81%
R=10.45%
G=51.74%
B=37.81%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21104760.8000.270.59159.7666.424.51
Hex15684C5001B3Ba04219
Octal251501141200337324010231
Binary1010111010001001100101000001101111101110100000100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15684C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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