#12564E

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

Shades of Cyprus #12564E

Tints of Cyprus #12564E

Color information

#12564E (or 0x12564E) is unknown color: approx Cyprus. HEX triplet: 12, 56 and 4E. RGB value is (18,86,78). Sum of RGB (Red+Green+Blue) = 18+86+78=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 86 (33.98% from 255 or 47.25% from 182); Blue value is 78 (30.86% from 255 or 42.86% from 182); Max value from RGB is 86 - color contains mainly: green. Hex color #12564E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12564E is #EDA9B1. Grayscale: #404040. Windows color (decimal): -15575474 or 5133842. OLE color: 5133842.

HSL color Cylindrical-coordinate representation of color #12564E: hue angle of 172.94º 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 #12564E is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB188678-
CMYK0.7900.090.66
HSL172.94º65.38%20.39%-
HSV(B)172.94º79.07%33.73%-
XYZ4.957.338.36-
YUV64.76135.4794.65-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.89%
GREEN value IS 86 (33.98% from 255) = 47.25%
BLUE value IS 78 (30.86% from 255) = 42.86%
R=9.89%
G=47.25%
B=42.86%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1886780.7900.090.66172.9465.3820.39
Hex12564E4F0942ad4114
Octal2212611611701110225510124
Binary1001010101101001110100111101001100001010101101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12564E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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