#15684D

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

Shades of Jewel #15684D

Tints of Jewel #15684D

Color information

#15684D (or 0x15684D) is unknown color: approx Jewel. HEX triplet: 15, 68 and 4D. RGB value is (21,104,77). Sum of RGB (Red+Green+Blue) = 21+104+77=202 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.40% from 202); Green value is 104 (41.02% from 255 or 51.49% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 104 - color contains mainly: green. Hex color #15684D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15684D is #EA97B2. Grayscale: #4C4C4C. Windows color (decimal): -15374259 or 5072917. OLE color: 5072917.

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

Color convert

RGB2110477-
CMYK0.8000.260.59
HSL160.48º66.4%24.51%-
HSV(B)160.48º79.81%40.78%-
XYZ6.610.68.72-
YUV76.1128.588.7-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.40%
GREEN value IS 104 (41.02% from 255) = 51.49%
BLUE value IS 77 (30.47% from 255) = 38.12%
R=10.40%
G=51.49%
B=38.12%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21104770.8000.260.59160.4866.424.51
Hex15684D5001A3Ba04219
Octal251501151200327324010231
Binary1010111010001001101101000001101011101110100000100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15684D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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