#12564F

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

Shades of Cyprus #12564F

Tints of Cyprus #12564F

Color information

#12564F (or 0x12564F) is unknown color: approx Cyprus. HEX triplet: 12, 56 and 4F. RGB value is (18,86,79). Sum of RGB (Red+Green+Blue) = 18+86+79=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 86 (33.98% from 255 or 46.99% from 183); Blue value is 79 (31.25% from 255 or 43.17% from 183); Max value from RGB is 86 - color contains mainly: green. Hex color #12564F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12564F is #EDA9B0. Grayscale: #404040. Windows color (decimal): -15575473 or 5199378. OLE color: 5199378.

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

Color convert

RGB188679-
CMYK0.7900.080.66
HSL173.82º65.38%20.39%-
HSV(B)173.82º79.07%33.73%-
XYZ4.997.358.55-
YUV64.87135.9794.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.84%
GREEN value IS 86 (33.98% from 255) = 46.99%
BLUE value IS 79 (31.25% from 255) = 43.17%
R=9.84%
G=46.99%
B=43.17%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1886790.7900.080.66173.8265.3820.39
Hex12564F4F0842ae4114
Octal2212611711701010225610124
Binary1001010101101001111100111101000100001010101110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12564F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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