#15604B

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

Shades of Jewel #15604B

Tints of Jewel #15604B

Color information

#15604B (or 0x15604B) is unknown color: approx Jewel. HEX triplet: 15, 60 and 4B. RGB value is (21,96,75). Sum of RGB (Red+Green+Blue) = 21+96+75=192 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.94% from 192); Green value is 96 (37.89% from 255 or 50% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 96 - color contains mainly: green. Hex color #15604B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15604B is #EA9FB4. Grayscale: #474747. Windows color (decimal): -15376309 or 4939797. OLE color: 4939797.

HSL color Cylindrical-coordinate representation of color #15604B: hue angle of 163.2º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #15604B is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB219675-
CMYK0.7800.220.62
HSL163.2º64.1%22.94%-
HSV(B)163.2º78.12%37.65%-
XYZ5.769.038.1-
YUV71.18130.1592.21-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.94%
GREEN value IS 96 (37.89% from 255) = 50%
BLUE value IS 75 (29.69% from 255) = 39.06%
R=10.94%
G=50%
B=39.06%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2196750.7800.220.62163.264.122.94
Hex15604B4E0163Ea34017
Octal251401131160267624310027
Binary1010111000001001011100111001011011111010100011100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15604B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15604B; }

 p { color: rgb(21,96,75); }

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

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

 a { background-color: rgb(21,96,75); }

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

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

 span { border-color: rgb(21,96,75); }

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