#15664C

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

Shades of Jewel #15664C

Tints of Jewel #15664C

Color information

#15664C (or 0x15664C) is unknown color: approx Jewel. HEX triplet: 15, 66 and 4C. RGB value is (21,102,76). Sum of RGB (Red+Green+Blue) = 21+102+76=199 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.55% from 199); Green value is 102 (40.23% from 255 or 51.26% from 199); Blue value is 76 (30.08% from 255 or 38.19% from 199); Max value from RGB is 102 - color contains mainly: green. Hex color #15664C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15664C is #EA99B3. Grayscale: #4A4A4A. Windows color (decimal): -15374772 or 5006869. OLE color: 5006869.

HSL color Cylindrical-coordinate representation of color #15664C: hue angle of 160.74º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #15664C is Cyan = 0.79, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB2110276-
CMYK0.7900.250.6
HSL160.74º65.85%24.12%-
HSV(B)160.74º79.41%40%-
XYZ6.3710.188.47-
YUV74.82128.6689.61-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.55%
GREEN value IS 102 (40.23% from 255) = 51.26%
BLUE value IS 76 (30.08% from 255) = 38.19%
R=10.55%
G=51.26%
B=38.19%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal21102760.7900.250.6160.7465.8524.12
Hex15664C4F0193Ca14218
Octal251461141170317424110230
Binary1010111001101001100100111101100111110010100001100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15664C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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