#12544E

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

Shades of Cyprus #12544E

Tints of Cyprus #12544E

Color information

#12544E (or 0x12544E) is unknown color: approx Cyprus. HEX triplet: 12, 54 and 4E. RGB value is (18,84,78). Sum of RGB (Red+Green+Blue) = 18+84+78=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 84 (33.20% from 255 or 46.67% from 180); Blue value is 78 (30.86% from 255 or 43.33% from 180); Max value from RGB is 84 - color contains mainly: green. Hex color #12544E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12544E is #EDABB1. Grayscale: #3F3F3F. Windows color (decimal): -15575986 or 5133330. OLE color: 5133330.

HSL color Cylindrical-coordinate representation of color #12544E: hue angle of 174.55º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #12544E is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB188478-
CMYK0.7900.070.67
HSL174.55º64.71%20%-
HSV(B)174.55º78.57%32.94%-
XYZ4.797.028.31-
YUV63.58136.1395.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10%
GREEN value IS 84 (33.20% from 255) = 46.67%
BLUE value IS 78 (30.86% from 255) = 43.33%
R=10%
G=46.67%
B=43.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1884780.7900.070.67174.5564.7120
Hex12544E4F0743af4114
Octal221241161170710325710124
Binary100101010100100111010011110111100001110101111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12544E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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