#15564D

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

Shades of Cyprus #15564D

Tints of Cyprus #15564D

Color information

#15564D (or 0x15564D) is unknown color: approx Cyprus. HEX triplet: 15, 56 and 4D. RGB value is (21,86,77). Sum of RGB (Red+Green+Blue) = 21+86+77=184 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.41% from 184); Green value is 86 (33.98% from 255 or 46.74% from 184); Blue value is 77 (30.47% from 255 or 41.85% from 184); Max value from RGB is 86 - color contains mainly: green. Hex color #15564D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15564D is #EAA9B2. Grayscale: #414141. Windows color (decimal): -15378867 or 5068309. OLE color: 5068309.

HSL color Cylindrical-coordinate representation of color #15564D: hue angle of 171.69º 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 #15564D is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB218677-
CMYK0.7600.100.66
HSL171.69º60.75%20.98%-
HSV(B)171.69º75.58%33.73%-
XYZ4.987.358.18-
YUV65.54134.4796.23-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.41%
GREEN value IS 86 (33.98% from 255) = 46.74%
BLUE value IS 77 (30.47% from 255) = 41.85%
R=11.41%
G=46.74%
B=41.85%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2186770.7600.100.66171.6960.7520.98
Hex15564D4C0A42ac3d15
Octal251261151140121022547525
Binary101011010110100110110011000101010000101010110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15564D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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