#15564F

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

Shades of Cyprus #15564F

Tints of Cyprus #15564F

Color information

#15564F (or 0x15564F) is unknown color: approx Cyprus. HEX triplet: 15, 56 and 4F. RGB value is (21,86,79). Sum of RGB (Red+Green+Blue) = 21+86+79=186 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.29% from 186); Green value is 86 (33.98% from 255 or 46.24% from 186); Blue value is 79 (31.25% from 255 or 42.47% from 186); Max value from RGB is 86 - color contains mainly: green. Hex color #15564F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15564F is #EAA9B0. Grayscale: #414141. Windows color (decimal): -15378865 or 5199381. OLE color: 5199381.

HSL color Cylindrical-coordinate representation of color #15564F: hue angle of 173.54º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #15564F is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB218679-
CMYK0.7600.080.66
HSL173.54º60.75%20.98%-
HSV(B)173.54º75.58%33.73%-
XYZ5.057.388.56-
YUV65.77135.4796.07-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.29%
GREEN value IS 86 (33.98% from 255) = 46.24%
BLUE value IS 79 (31.25% from 255) = 42.47%
R=11.29%
G=46.24%
B=42.47%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2186790.7600.080.66173.5460.7520.98
Hex15564F4C0842ae3d15
Octal251261171140101022567525
Binary101011010110100111110011000100010000101010111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15564F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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